MakeMyTrip Interview Question

concurrent hashmap and synchronized hashmap

Interview Answer

Anonymous

Dec 1, 2018

In Concurrent HashMap, only the particular bucket gets lock for the operation but in synchronized HashMap, the whole object gets the lock for the operation.