- http://javabeginnerstutorial.com/core-java-tutorial/java-array-tutorial/ to start with
- http://www.homeandlearn.co.uk/java/java_arrays.html excellent site, from start to end; includes 2D arrays and much more
- http://introcs.cs.princeton.edu/java/14array/ great resource with many examples, but more complex
- Also, it is highly recommended to study Big Java Late Objects (Horstmann, 2013) - chapter 6: Arrays and Array Lists
- http://www.willamette.edu/~gorr/classes/cs231/lectures/chapter9/arrays2d.htm
- http://math.hws.edu/javanotes/c7/s5.html