Question d’entretien chez EPAM Systems

Which HashMap and TreeMap difference

Réponse à la question d'entretien

Utilisateur anonyme

14 mai 2026

HashMap stores the elements in buckets based on their hashcode if the buckeds collide the new hash will be generated. the hashtree on the otherhand keeps the elements in the same bucked in the form of tree.