This video shows you how to add to an array in Java.
In Java, arrays have dimensions, so to add a element to them you need to either create an new array and copy the values across, or use an ArrayList. In this video, I show you how to do both techniques.