Pregunta de entrevista de EPAM Systems

Which HashMap and TreeMap difference

Respuesta de la entrevista

Anónimo

14 de may de 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.