array list and linked list
Anonymous
ArrayList (AL) internally uses array While LinkedList (LL) uses linked list AL: insertion is easy LL: deletion is easy AL: better for storing and accessing LL: better for manipulation
Check out your Company Bowl for anonymous work chats.