Question d’entretien chez Wipro

What is concurrentHashMap?

Réponse à la question d'entretien

Utilisateur anonyme

6 août 2018

ConcureentHashMap is enhancement of HashMap as we know that while dealing with Threads in our application HashMap is not a good choice because performance wise HashMap is not upto the mark.

1