Privacy Policy Terms Of Use. Copyright © 2006-2010 Java Tutorials and Examples.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
|
|
hashmap or hashtable?Submitted by Steven on Sat, 09/18/2010 - 16:52What is better to use hashmap of hashtable? What is difference between hashtable and hashmap?
|
|
|
Java While loop assignmentSubmitted by Deepali on Sat, 09/18/2010 - 13:21Write a program which uses while loop to generate random numbers and maintains sum of all previous generated numbers. Terminate the while loop when sum exceeds 8. Use random() method of java.lang.Math class to generate random numbers.
»
|
