0
ArrayList and LinkedList are two popular collection classes in Java and Major difference between ArrayList and LinkedList is on there implementation while ArrayList uses index based Array LinkedList is implemented using Doubly Linked List Data Structure