Please enable JavaScript to use CodeHS

AP Computer Science A (Mocha)

Lesson 5.6 Arrays vs ArrayLists

Description

In the lesson, students will learn more about the differences between Arrays and ArrayLists and make an ArrayList like class using an Array.

Having learned two different data structures for storing lists, it is only natural to compare and contrast these two structures. Students should come into this lesson with a basic understanding of differences but will develop a deeper understanding through a series of examples and activities.


Objective

Students will be able to:

  • Compare and contrast Arrays and ArrayLists.
  • Explain when to use ArrayLists versus Arrays.
  • Explain how ArrayList functionality can be built off an Array structure.