For more review and information on arrays and ArrayLists see Section 2.4 in your text book (pages 37 - 45).
Note: I am putting these here because students have asked them in the past, this is not a reflection of what will be on quizzes.
A: An ArrayList is an object so to start an ArrayList you need to make an instance of the class.
For example: ArrayList al = new ArrayList();