Skip to content

ArrayList: a list that grows

Handout

A list that can grow

  • An array has a fixed size. Once you make it, the length cannot change.
  • An ArrayList is a list that can grow and shrink while the program runs.
  • You must import it at the top of the file: import java.util.ArrayList;.

Handout

Log in or create account

IGCSE & A-Level