What does the ArrayList "size" method do?

Returns the number of elements in the ArrayList
  • Removes the element and shifts the subsequent elements down to fill the empty spot
  • Adds the specified element to the list
  • Gets the element at the specified index

There are not hints for this question