LinkedList in Java

The Underlying data structure is double Linked List. Insertion order is reserved Duplicate objects are allowed Heterogeneous objects are allowed

Continue reading

ArrayList in Java

ArrayList:- The underlying data structure for array list is re-sizable array or growable array Insertion order is preserved Duplicate objects

Continue reading