Multiple Choice
The method ___________ can be used to determine the number of elements in an ArrayList.
A) length()
B) vectorLength()
C) size()
D) vectorSize()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Elements of a vector must be of
Q18: < T > is a wildcard used
Q20: An Iterator is an object that allows
Q23: What is the difference between a vector's
Q26: Write a Java statement to create a
Q34: The method contains(Object o)of the ArrayList class
Q38: Write a Java statement that changes the
Q39: If you do not need efficient random
Q40: The Collection class or interface that allows
Q42: Write a Java statement to recover the