| Recent Answers |
 |
 |
2008-07-18 Java - Please!Please! help me to write this program: Dear Smith, Glad to recieve your note. Please provide me the sample code you have written in trying to solve this problem. I will tell you the portions which are lacking to complete the program...
|
2008-07-18 Java - Please!Please! help me to write this program: Just use the Quadratic equation ( http://en.wikipedia.org/wiki/Quadratic_equation ) Have a test in your program, if the part under the square root is non-negative, then evaluate normally, otherwise multiply...
|
2008-07-18 Java - Java strongly typed ??!!: Munther, The description "strongly typed" is very difficult to pin down. Even computer science professors can have trouble with it. It isn't a clear-cut issue. There are a number of factors that...
|
2008-07-16 Java - java program: Mykel, > given a hexadecimal number as input convert this > number to its decimal equivalent The simplest way to do this conversion is to make use of the parseInt() static method of the java.lang...
|
2008-07-16 Java - core Java: Dear Poonam, Glad to recieve your note. System.out.println( ); 1)System is actually is a java platform given class having veriety of useful class fields and methods. Keep in mind it cannot...
|