1.4.A Collections and Lists
ArrayList
Changing Values in an ArrayList Object: Learn how to change values in an ArrayList.
Analyzing an ArrayList Object: Analyzing the data in an ArrayList.
Iterating Over ArrayList with Lambda and forEach: Learn how to use the lambda operator
Manipulating Data and Using Var
Array and 2D Arrays
Introduction to Arrays an AP Computer Science A Topic: Learn how to create an array to store data
Using String split Method: Learn how to separate data stored in a String into an array.
Introduction to Two-Dimensional Arrays: Learn how to create two-dimensional arrays to store data