Core Java theorytheory 0/50 · 0%
Collections · medium

23. ArrayList

Resizable arrays.

ArrayList is a dynamic list that grows as needed. It implements the List interface.

Check your understanding

  1. 1. Is ArrayList ordered?

  2. 2. Complexity of add()?