Summary: Hi, I'm a beginning programmer and I have an assignment where I am using eclipse and have to write a program that produces 3 random capital vowels...l...
Summary: Ok, Im working on a program which needs to read a text file like so : 0000000000 0011110000 0011110000 0010010000 0000000000 0100001000 0010010000 00...
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 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 guys ineed your help with my java homework. this is it: modify the unit class (exercise 6) included below to include a method to return the mark of...
Summary: Hi, I am brand new to the Java world and am trying to learn as much as possible, however, I'm not learning in my mother tongue, therefore it is a bit ...
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: hai to all we have to generate a sine wave using java. can you help us by giving all the details (including details abt panels) can you try with this ...
Summary: Hey guys, ive just started to study java. I need help. Basically i need to make an applet that displays "Welcome ..., have fun with programming." when...
Summary: In a java interface, you get methods with no body. I don't understand the point of this. If you implement an interface you have to implement all of th...
Summary: The assignment I have is to print out 25 random numbers ... this I've figured out w/ no problems ... however say the first 3 numbers are 4, 3, 9 ... t...
Summary: C++ is the way to go.... No! Java is the way to go... No! Python is the way to go... Hmmmm. Use the right tool for the job I'd say - and make sure you...
Summary: I cannot load bluej now and I have tried everything from absolute path to placing bluej.jar in the directory were java is. Any help would be apprecia...
Summary: hey guys, i am new to java programming. I am having problems setting up my compiler. I am looking for a class called the scanner.class, i need this cl...
Summary: I am doing some servlet programming, and i am using the web server tomcat. The problem i have is that my servlet utilizes some java class files, whic...
Summary: hEY gUYS, I really need help with nachOS project that has to be done in JAVA. The whole project has been divided in 4 phases: Thread management, Multi...
Summary: I am a starter to JAVA.. I have created a Java Application.. When i want to run the application i have to go to the jdk command prompt and type in ja...
Summary: Im pretty new to java so bear with me. I already know how to execute a system command with the Runtime class. My questions is, Is there a way if the c...
Summary: Hi, I am writing a javascript for entering the form( name, ssn#, ph#, age). Once i enter these entries i want to store them in any data structur...
Summary: I dont know what to do. We are currently studying Delphi at school, but it is not a language I am particularly interested in. I have been programmin...
Summary: ok, i have a JTextArea inside of a JScrollPane. Whenever the text goes below the specified area, the scroll bar comes up but you can't see it..can any...
Summary: import java.io.DataInputStream; class student { String name = new String(""); String sub[] = new String[4]; String roll = new String(" "); int marks[]...