Summary: I am a newbie in Java, I need help in using Vector class in this assignment import javax.swing.*; public class Main { public static void main (...
Summary: Hi all, Im taking course intro to java programming and Im having problem w/ my program. I suppose to get an average number from three input number bu...
Summary: i want to write a simple algorithm in java.. but i'm still not getting the idea how to do it.. i want to write a program that can convert a number int...
Summary: Hello, I have to create java program using Array, which my teacher said would be a lot easier. However, I am not sure how to write this, as I am a new...
Summary: Hi computer friends, I have a big trouble to investigate. I need to find a UDP Client/Server implementation in Java language. I was able to write them...
Summary: I need help with this program, because I am unsure about using doubles and int together. // Circle.java // Compute area of a circle. // Author: Matthe...
Summary: Notepad can't run Java programs (unless Microsoft has secretly built it into Notepad... big conspiracy, hmmmm). Try giving us some more information ab...
Summary: I need help with my programming iI am not sure how to do the program can someone please help me. Here are the instructions - http://www.cas.uc.edu/~ci...
Summary: A bit more specific to my last message. Is it possible to put in a video (avi, mpg) sound (any type of file) and flash files into a GUI java applicat...
Summary: im scripting some programs that need to open some files from a certain url in java so it downloads the file and after that it opens it can someone hel...
Summary: I've had the Flu for a while, and was absent from school, so I'm behind in my Java class. I'm stuck at this one program, and I cant figure it out, and...
Summary: I'm writing a program in java to show a phone list. the only things needed are names and numbers. I've got the frame created and two panels, one to ...
Summary: When i first started programming in java, there was a textbook that i used which i find very helpful for beginners. the title of the book is: How to ...
Summary: 2. Consider the problem of team projects (note that teamwork is a core part of most, though not all, serious efforts). A project can get a particular ...
Summary: Hi All, I'm a psychology student at the University of Western Australia and I have just finished programming my experiment in Java. I am trying to set...
Summary: Hi guys Not going to beat around the bush here, I need someone smart to help me out of a bind. I need to code a very simple JAVA Recursion Program but...
Summary: i get teh char*C and strlen already, but i dont understand this 2 statements: int CharCounts[26] = {0}; is this just initialising the counter at0, bu...
Summary: I don't know how to do this but might be able to help point you in the correct direction. I'm very sure that you use JDBC drivers to connect from a j...
Summary: JAVA programming language Java SDK 1.4 package used: java.awt problem: I need to check the condition of a checkbox using an IF statement. Here is an e...
Summary: Hi, I'm trying to read file in java which contains blank lines in between. I tried this one: BufferedReader infile = new BufferedReader(new FileRea...
Summary: I personally favor command line programs (I suppose that's the Unix in me)... although GUIs are excellent. To develop GUIs using Java, you need to loo...
Summary: Hello, I'm trying to write a program in JAVA, to calculate the number of integer values entered as a string by the user and work out the average of nu...
Summary: can we write a program in java , which can move a file in the network one computer to another computer by specifying the ip address.. i doesn't need...
Summary: Hi, I have written a simple program in java (hello.java) and it is throwing an exception as "Exception in thread "main" java.lang.NoClassDefFoundError...