Autoboxing with ArrayList: Primitives are automatically wrapped: list.add(5) converts int 5 to Integer.
How to apply it: Recognize that ArrayList stores Integer objects, not int primitives.
Course: AP Computer Science A · Unit: ArrayList
Practice questions about Autoboxing with ArrayList on AimFive — get rubric-based feedback showing exactly which points you earned.
AP and Advanced Placement are trademarks of College Board. AimFive is not affiliated with or endorsed by College Board.