what is the difference between HashMap and Hashtable
Answer Posted / rohit
Hash table is Synchronized whereas Hash map is Asynchronized.
Hash Map allows one null key and multiple null values
whereas Hash Table does not allow null...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How objects are stored in java?
What Is Query Throttling in java?
How many decimal places is a double?
Why should we use singleton pattern instead of static class?
What does snprintf return?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Why is stringbuffer called mutable?
How many bits is a string?
If you are given the name of the function at run time how will you invoke the function?
What is method reference in java?
Explain tree set and its features?
Can we assign the reference to this variable?
How do you convert string to int in java?
How to display all the prime numbers between 1 and 100
What is java util list?