what is the difference between HashMap And HashTable?
Answer Posted / ravikiran
HashMap allows one null key and multiple null values
HashTable doesnn't allow nulls
HashMap is not synchronized
hashtable is synchronized
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What do you mean by synchronized non access modifier?
What are the three types of design patterns?
What is the importance of hashcode() and equals() methods?
What are packages in java?
What is procedure overloading?
What is the difference between length and size in java?
What is difference between null and void?
How do you sort data in java?
What is meant by structural programming?
Which is dependent variable?
Is java written in c?
Can we write a class without main method in java?
How can we create a thread in java?
Is singleton class thread safe?
Difference between character constant and string constant in java ?