Customized collections - CustomArrayList and CustomLinkedList in Java Create an abstract class List. Extend the class and create a class ArrayList and another class LinkedList. ArrayList implements the functionality using dynamic array and LinkedList implements functionality using doubly linked list.