MakeMyTrip interview question

concurrent hashmap and synchronized hashmap

Interview Answer

Anonymous

1 Dec 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.