AP CSA - Advanced Placement Computer Science A Practice Test
AP CSA Arrays and ArrayLists 2
How do you find the number of elements in an ArrayList called `list`?
Select your answer
A
list.size()
B
list.length
C
list.length()
D
list.count()
Hint