All Subjects
Light
AP Computer Science A
The ArrayList constructor is a special method that creates an instance of the ArrayList class. It allows you to initialize an ArrayList object with specific elements or specify its initial capacity.
This method adds an element to the end of the ArrayList.
This method retrieves an element from a specific index in the ArrayList.
This method returns the number of elements currently stored in the ArrayList.