Pregunta de entrevista de Latize

They go deep into java.util.Collection part (like LinkedHashMap ) e.g. How to access element from the list as it is inserted and also randomly.

Respuesta de la entrevista

Anónimo

7 oct 2013

Use LinkedHashMap. You can access by key. This is accessing randomly. Also you can iterate over it.