Skip to main content

Section 15.1 Writing Array Lists

Subgoals for Writing Array Lists.

  1. import java.util.*
  2. ArrayList <data type as generic class>
  3. Variable name = new ArrayList <data type as generic class> ()
    1. to use various methods associated with ArrayList (e.g., .add, .set, .clear), see subgoals for calling methods
You have attempted of activities on this page.