//Array list is a part of the collection framework and is present in java.util package.\ //its a resizable array implementation of the list interface. // it can grow and shrink in size as needed.