Frage im Vorstellungsgespräch bei SAIC

why and when would you use a java hashmap over an array list

Antwort im Vorstellungsgespräch

Anonym

24. Feb. 2010

hashmap is for the storage and manipulating key value pairs. array list is is an indexed list implementation for manipulation of a list of items.

1