what is difference betwwen hashmap and hashtable ?
Answer Posted / ravikiran
hashmap allows one null key and multiple null values.
hashtable doesn't allow null elements
hashmap is not synchronized
hashtable is snchronized
hashmap is not legacy
hashtable is legacy
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does this () mean in java?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is the map interface in java programming?
What is == and === in javascript?
Will minecraft java be discontinued?
What is the use of object and class classes?
why java does not support unsigned keyword?
What is the meaning of flag day?
Can a class have a static inner class?
Is age discrete or continuous?
which class is the wait() method defined in? : Java thread
What is a substring of a string?
Explain reverse a linked list iterative solution in java?
Explain about the performance aspects of core java?
What is the purpose of lambda expressions?