An array list needs to have a type. When we create an empty array list, we specify the type between angular brackets (<>).

Can you create an empty array list of integers?

Awesome code! An empty array list contains no elements when it's created.

Not quite! The type of the array list needs to go between the angular brackets (<>).