0:03 - A Java program with several variables without using an array
0:41 - Discussion about arrays
1:04 - Declaring an array
1:28 - Accessing array elements
2:00 - Handling the fact that the first array element is at index 0
2:23 - Printing the elements of an array using a for loop
3:24 - Displaying the array as thought it starts at index 1
4:00 - Initializing an array
5:10 - Summary