ArrayList: An ArrayList that stores Integer wrapper objects, allowing int values via autoboxing.
How to apply it: Remember remove(3) removes at index 3, not the Integer value 3; use remove(Integer.valueOf(3)) to remove by value.
Course: AP Computer Science A · Unit: ArrayList
Practice questions about 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.