ArrayList: A resizable list that stores objects of type E; part of java.util. Size adjusts automatically.
How to apply it: Compare ArrayList (dynamic size, objects only) with arrays (fixed size, primitives allowed).
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.