Which of the following is false?
a. The size of an ArrayList can be determined via its length instance variable.
b. The size of an ArrayList can be determined via its size method.
c. You can add a new item to the end of an ArrayList with its add method.
c. You can get an item from a specified index in an ArrayList with its get method.