ArrayLists have methods that determine their size and tell us if they're empty. Does that sound familiar?

Great! As with arrays, there are two ways to check if an ArrayList is empty.

Here's a hint: ArrayLists are a little fancier than arrays in that they are objects with methods.