ArrayList object
object or element found in an arraylist
dynamically sized
the arraylist can either add or remove elements as needed
typed Arraylist
the type of data that an Arraylist holds
Arraylist
it can hold many objects of the same type, and can grow or shrink as needed, and can remove items or add items to it unlike Arrays.