Domanda di colloquio di 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.

Risposta di colloquio

Anonimo

7 ott 2013

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