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.

⚠️
Old Content Alert! This is very old, I don't write Java code anymore, and there are probably way better places to learn Java programming these days. Included here for posterity.

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.