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 foreach loop in java?
Explain the difference between an Interface and an Abstract class?
How do you use substring in java?
what is aggregation in java?
What type of variable is gender?
Where are local variables stored?
What is string array?
According to java operator precedence, which operator is considered to be with highest precedence?
What is oop principle in java?
What are void methods?
What are the rules for naming an array?
How do you use nextline in java?
Can we define package statement after import statement in java?
What is broken and continue statement?
Is double bigger than float?