Latize interview question

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.

Interview Answer

Anonymous

7 Oct 2013

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