Like strings, ArrayLists are objects, which means that we need to use their constructor to initialize them.

Sweet! As always, we need to initialize an ArrayList before we can play with it.

Isn't that how we create a string array?