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 are the loops in java?
Is zero a positive integer?
What is instance example?
Difference between stack and queue?
When is the finalize() called? What is the purpose of finalization?
How much ram can a 64 bit processor theoretically?
What is a class reference?
What is hashmap in java?
What is bubble sort in java?
What is assembly condition codes?
Is there any tag in htm to upload and download files?
How many bits is a 64 bit byte?
What is a function easy definition?
What is the difference between the paint() and repaint() methods in java programming?
Which class cannot be a subclass in java?