[Which of the following is false about type ArrayList?]
A : The add operation always increase size by 1
B : Only objects can be stored in an ArrayList
C : An add operation may increase the capacity by more than one
D : The capacity of an ArrayList can be changed using the set method