Vector In Java

The underlying data structure is re-sizable array or growable array. Insertion order is preserved. Duplicate objects are allowed Null insertion

Continue reading

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