| Recent Answers from Brian Ngure |
 |
2008-10-27 Simple Java: Hi, You have forgotten to make the main(String[] args) method static. Also, you should use the equals() method when comapring Strings. Try this: public class SweetShop { public static void...
|
2008-10-26 limewire+java+usb: Hi, Check to see if limewire has a configuration file (a text file of some sort). If it does, see if you can specify the location of the JDK to use and point it at the JDK on the USB. I havenot...
|
2008-10-20 Creating a palindrome program: Hi, Please have a look at the following three examples of writing palindrome code. Pick the one that best suits your needs and modify it to do what you want. http://leepoint.net/notes-java/data/strings/96string_examples/example_isPalindro...
|
2008-10-20 thread: Hi, Here are two links on Thread tutorials. Very simple 5 minute read. http://www.javaworld.com/javaworld/jw-04-1996/jw-04-threads.html http://www.javabeginner.com/java-threads-tutorial.htm When...
|
2008-10-18 write a program to calculates and prints....(please help): Hi, You need to get the user input twice, using two separate JOptionPanes. Once for the amount and once for the name. Then it basically like you have done, perform the calculations, display them...
|
| More Answers for "Java" |