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 is an class?
What is meant by flickering?
What is a flag value?
What are the different tags provided in jstl?
What happens when heap memory is full?
What is the difference between serial and throughput garbage collector?
How to do a true java ping from windows?
What is an example of a conditional statement?
Is linked list a linear or non-linear data structure?
Which command from the jdk compiles a java program?
What is the difference between procedural and object-oriented programs?
What is extension method in java?
What happens if we don’t define serial version uid?
What is meant by method overriding?
What is contract between hashcode and equal method?