AP Computer Science Amediummcq1 pt
After list.add(4); list.add(9); list.remove(0), list.get(0) is
A.9
B.4
C.0
D.null
Removing index 0 shifts 9 to index 0.
A9
Practice more AP Computer Science A questions with full explanations
Practice Unit 7: ArrayList Questions →