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 are the benefits of operations in java?
How are variables stored in memory?
Why java is object oriented?
What is comparator in java?
What is string length in java?
What are the methods of object class ?
What do you understand by looping in java? Explain the different types of loops.
What is join () in java?
What are the advantages of defining packages in java?
What is hashing in java?
How does regex work?
What do you mean by platform independence? What is an interface?
What are the types of web technologies?
Explain the importance of thread scheduler in java?
when you will synchronize a piece of your code? : Java thread