isnt the use of HashTable and ConcurrentHashMap the same, i.e providing synchronized map collection ?
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. isnt the use of HashTable and ConcurrentHashMap the same, i.e providing synchronized map collection ?Core Java
Ans. Yes, they both aim at providing synchronized access to the Map collection. The only difference is in their implementation. ConcurrentHashMap came after HashTable and hence technically more efficient as it doesn't lock the complete map while accessing it.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     HashTable  ConcurrentHashMap  map  Collections


Related Questions

  What is a ConcurrentHashMap ?
 Difference between concurrentHashMap and HashTable ?
 If a Map needs to be accessed simultaneously by multiple threads, which collection class should be used ?
 How ConcurrentHashMap provides better performance compared to HashTable ?
 Why do we need ConcurrentHashMap ?
 Isnt the use of HashTable and ConcurrentHashMap the same, i.e providing synchronized map collection ?
 How many read and write operations are provided at the same time by ConcurrentHashMaps ?
 Is ConcurrentHashMap synchronized ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: