What does the List size() method do?

Returns the number of elements in the list
  • 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