What does the ArrayList "add" method do?
Adds the specified element to the list
- Removes the element and shifts the subsequent elements down to fill the empty spot
- Returns the number of elements in the ArrayList
- Gets the element at the specified index
There are not hints for this question