Please enable JavaScript to use CodeHS

IB Computer Science Higher Level (Year One)

Lesson 13.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