32,205 Topics

Member Avatar for
Member Avatar for themafia_69

hey guys, im in ap computer science (java) and now we are doing constructors, and i am lost, i dont know how to make a constructor, i am soooo clueless, im starting to pick up but no way near close to undresstanding, can someone give me a crash course in …

Member Avatar for themafia_69
0
190
Member Avatar for kumar25

hi all, i am a beginner in java programming.Could anyone please provide source code for the following program. A program that reads a integer and breaks it into a sequence of individual digits in reverse order.TQ.

Member Avatar for alc6379
0
193
Member Avatar for tigerxx

hey all what are pros of jdic ref avilable at java.net try this...........................

0
110
Member Avatar for shantuli

hi everyone, pls solve me the following problem. i need a java program that stores the following string in a two-dimensional char array : "Bell" "Dell","Hell" and "Sell".extend the programe to read the array and display each caracter in a console window. thank you. shantuli

Member Avatar for tigerxx
0
107
Member Avatar for server_crash

I really like to play chess and thought about trying to actually make a chess game. Only im not sure were to even start. If anyone in here has ever done this can you give me some tips on how to get started and how difficult of a task this …

0
95
Member Avatar for shantuli

hi everyone, can anyone pls solve me the following problem. i need a java program that holds at least three records for friendsof your in memory.each record must consist of at least : a name and an e-mail address the program must also able to find each record if the …

Member Avatar for server_crash
0
80
Member Avatar for mus_203

Hi, ive only started to program in Java for the last couple of days. I picked up a disk containing JDK 1.3 from my uni so that I can compile programs at home. I typed up this very simple program which is shown below public class Hello { public static …

Member Avatar for mus_203
0
117
Member Avatar for conmuacuoi

I don't understand how to used [B]Interfaces[/B] WindowListener and [B]Methods[/B] of it. Please for give me example. Thanks!

Member Avatar for conmuacuoi
0
107
Member Avatar for simpsonjr

Hi Everyone, I am writing a program to convert measurements. I need the to program to have a menu. I have different units of measure to convert to one particular one. I think that I need to use a case statement. But I have no idea on how to construct …

Member Avatar for server_crash
1
108
Member Avatar for Rentro

Well I got the whole substring thing working.. thanks a lot. Now I've gotta struggle with the "stdin.readline()" which doesn't wanna work for some odd reason :P I imported the java.io.* i created a new BufferedReader ... and it just doesn't wanna work. Are there any other ways of getting …

Member Avatar for server_crash
0
138
Member Avatar for freesoft_2000

Hi everyone, I am trying to save the entire jtable (as an object if possible) to my disk and then be able to read that same file in the same table. First there are two buttons on my frame one is "load" and the other "save as" when the save …

Member Avatar for Phaelax
0
343
Member Avatar for sunsol

I need some help!! I need to have a user input a phone number and then spit it out using StringTokenizer. This is what I have so far: import java.util.*; import java.io.*; class Prob8_2 { public static void main (String []args)throws IOException { BufferedReader stdin = new BufferedReader (new InputStreamReader(System.in)); …

Member Avatar for Phaelax
0
187
Member Avatar for theon

This is urgent! I need an I/O code by today but I have no idea how to do it. Could anyone help a poor guy like me and maybe have some Java practice by writing a short code using the following information? I'll learn how it works later! Just help …

Member Avatar for server_crash
1
183
Member Avatar for jonoj

Hi everyone I am new to java and am writing a program thats meant to have the following terminal output... Enter a number: 29 29 is a prime number. Enter a number: -7 Please enter a positive integer. Enter a number: 45 45 is not a prime number. Enter a …

Member Avatar for jonoj
0
162
Member Avatar for prakash

hi, can anybody help me , i need the following program to be developed in J2ME. writting screen saver program using J2ME. so if anybody know about this , pls help me regards, prakash

Member Avatar for prakash
0
128
Member Avatar for salmanrauf

Hi this is Salman.I am having a problem is linear search.The program doesnt compile giving the error "No method found matching linsearch".My code is class search{ public static void main(String args[]){ int A[]=new int[1000]; for(int i=0;i<A.length;i++){ A[i]=(int) (1000*Math.random() +1); System.out.println(linSearch(799, A[i])); } } } class searching{ public static int linSearch …

Member Avatar for freesoft_2000
0
114
Member Avatar for BrownSuga

Ok i have gotten stuck on this program and I need help This program is supposed to calculate the balance of a checking account after the user has entered the type of action (withdrawl, deposit) they would like to do. My output should be a report that prints the beginning …

Member Avatar for tigerxx
0
140
Member Avatar for SureStoreX

My program for school requires me to output information as such... Name: Steve Address: 123 Main Phone# 555-5555 Social SecuritY# 555-555-555 Current Hours: 0.0 Name: Mary Address: 13 Manor Phone# 555-5555 Social SecuritY# 555-555-555 Paid:846.15 Name: Gwen Address: 1 Birch Phone# 555-5555 Social SecuritY# 555-555-555 Current Hours: 2.0 Paid: 17.1 …

Member Avatar for alc6379
0
113
Member Avatar for Ghost

I need urgent help with the following problem: Suppose there is a class AirConditioner . The class supports the following behaviors : turning the air conditioner on and off. The following methods are provided for these behaviors : turnOn and turnOff . Both methods accept no arguments and return no value . There …

Member Avatar for Narue
0
218
Member Avatar for Ghost

Hi! I have some questions on Java: Write a literal representing the largestcharacter value . I think the aswer is: Del 1 more question: You are given a class named Clock that has three instance variables : One of type int called hours , another of type boolean called isTicking , and the …

0
61
Member Avatar for javaLearner

G'day.. Am new to this whole object oriented stuff. But keen to learn. Am trying to compile this class but keep getting the following error when i declare anything that 'implements'. i remove the declarations and all subsequent code references and she compiles.. any ideas?? *********************START_OF_ERROR********************** ChatClientApplication.java:6: ChatClientApplication is not …

Member Avatar for javaLearner
0
240
Member Avatar for Ghost

I don't understand constructors. Can anybod help? The question is: You are given

Member Avatar for Ghost
0
85
Member Avatar for dianathomas

Hi there. My name is Diana Thomas. I am a junior Java Developer who needs a bit of help. I am trying to automatically send e-mails from my Java servlets. I am using JDeveloper with Oracle 10g. I have got the mail.jar and the activation.jar from the JavaMail and JavaBeans …

Member Avatar for dianathomas
0
171
Member Avatar for Hjcooke

Hi, im using a code snippet found on this website, ylinderVolume A simplistic program to compute the volume of a cylinder when its radius and length are input via MyInput.class code snippet donated to daniweb by: cscgal ( all code snippets bycscgal ) views: 52 syntax language: java122 package …

Member Avatar for Hjcooke
0
262
Member Avatar for freesoft_2000

Hi everyone, I am doing a simple program that the user is able to select whatever folders(not files) in the drive(through the argument of the folderpaste function) and is able to paste the folders (with their contents) in the the path "C:" but i think my main problem is that …

Member Avatar for cosi
0
168
Member Avatar for KCC1982

Hi, The following code compiles and runs fine from the hard drive but does not compile fine from a floppy disk. It gives me a cannot resolve symbol error for the DataSet dataSet = new DataSet(); line. Any ideas? The program is supposed to except user input for 4 integers …

Member Avatar for cosi
0
196
Member Avatar for Joel914
Member Avatar for cosi
0
172
Member Avatar for NJR

hi, I am trying to create a 2 dimmensional array that reads data from a text file using a buffer reader and tokenizer to separate the information in the text file. As far as using the buffer reader to read from text file it seems to work but when i …

Member Avatar for cosi
0
161
Member Avatar for OurNation

Is it possible to make a timer that counts down to a cerrtin day and time also is it possible to make it display some where but not in the way

Member Avatar for cosi
0
182
Member Avatar for raneka17

i'm creating a guestbook in java wherein it gets inputs(name,message) from a user then it will store this as an object. it basically works like a guestbook in webpages only that it will have a delete option. how can i do this? can anyone give me an idea please.

Member Avatar for raneka17
0
164

The End.