why and when would you use a java hashmap over an array list
Anonymous
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.
Check out your Company Bowl for anonymous work chats.