Java Tutorial 07 – Arrays

Our first look at a data structure – arrays. First we talk about what arrays are, then explain how we can use them with loops to do something useful. We also have a look at the String[] argument to the main method.