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
Can you override a final method?
Explain about exception propagation?
Break statement can be used as labels in java?
Is java a software?
How to print nodes of a Binary tree?
What are parsers? Dom vs sax parser.
What is main difference between variable and constant?
Explain how to force the garbage collection in java.
What are thread local variables?
What is the purpose of tostring() method in java?
what is difference between equals and ==?
Where will it be used?
What are the two types of streams offered by java 8?
What is hash table in java?
How do you remove duplicates in java?