Lesson A16
Next: Example Of An ArrayLesson Overview: A single dimension array is an alternative to the ArrayList studied in Lesson A15.
A data structure holding a fixed amount of data that can be referenced by an index.
The location of a given piece of data in a list.
The ability to access a list at any given point.
The process of looking at each cell of a list, usually in order.