Difference between Hash Table and Hash Map?
Answer Posted / ranganathkini
Hashtable and HashMap are more less similar to each other
except that the HashMap is unsynchronized and allows nulls
whereas Hashtable is synchronized and does not permit nulls.
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What do you mean by inner class in java?
Can we rethrow the same exception from catch handler?
What is collection class in java?
What is jee6?
What do you know about the garbage collector?
What is the implementation of destroy method in java. Is it native or java code?
What is the structure of java?
Can we override protected method in java?
What is the order of arraylist in java?
What is difference between wait and notify in java?
What is a lambda expression ? What's its use ?
Can I declare a class as private?
Can we override the private methods?
Why we cannot override static method?
Can we define private and protected modifiers for the members in interfaces?