Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 7.1 ArrayList

Description

In this lesson, students will learn about and use ArrayLists. ArrayLists are similar to arrays, except that they are a mutable list of object references. ArrayLists provide a convenient way to create adjustable arrays. This lesson corresponds with AP Computer Science A topic 7.1.


Objective

Students will be able to:

  • Represent collections of related object reference data using ArrayList objects