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 the instance of an object?
How do you create a reference in java?
Can we override compareto method?
How do you replace all in word?
What do you mean by stack?
Is jdk required on each machine to run a java program?
Difference between serialization and deserialization in java?
What is a programming object?
What is the best definition for data?
What is the difference between multiple processes and multiple threads?
What is function declaration?
What programs use java?
What do you mean by scope of variable?
What is a java list?
Explain restrictions on using enum?