1) You can define ArrayList as re-sizable array. Size of the ArrayList is not fixed. ArrayList can grow and shrink dynamically . 2) Elements can be inserted at or deleted from a particular position.
1) You can define ArrayList as re-sizable array. Size of the ArrayList is not fixed. ArrayList can grow and shrink dynamically . 2) Elements can be inserted at or deleted from a particular position.