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
What is a dynamic array java?
How do you check whether the list is empty or not in java?
When would you use a static class?
Explain the importance of finally block in java?
Is it possible to override the main method?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What are the different types of sorting in java?
Which is faster string or stringbuilder?
How do you add an arraylist to an array in java?
What is null statement?
What's the base class in java from which all classes are derived?
What is parsing in java?
When to use runnable interface vs thread class in java?
How do you define a method?
What does it mean to flush a file?