← Back to Week 3 Hub

ArrayList Tracer

Trace ArrayList operations step by step and predict the final state.

Score
0 / 0
Question
1 / 12

Trace this code...

Final Score

12 questions. Remember: add(index, val) inserts (shifts right), remove(index) shifts left, set() replaces.

← Date Formatter HashMap Lookup →