what is Hashmap & Hashtable wirh example?
Answer Posted / 20/04/2008
hashmap class is not syncronized but hasTable is syncronized
. both stores key and value. hashtable is part of legasy
class we can use enumerator interface of this hashtable class.
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What is the use of System class?
What are the 2 types of java programs?
What is the difference between char and char *?
What are the different types of sorting in java?
Explain about sets?
What is scope of a variable?
What is parsing in java?
Can we serialize arraylist in java?
What is the current version of java?
Is array serializable java?
What is string array?
What is equlas() and hashcode() contract in java? Where does it used?
When should I use singleton pattern?
How can constructor chaining be done using this keyword?
Explain about anonymous inner classes in java?