Java: Tutorial about Arrays vs Static Arrays

This is a tutorial found on dream in code that I recently stumbled upon. It gives you a good look at an alternative to an array when using anything over java JDK 5. The tutorial covers some of the built in methods that the the ArrayList class comes with. It also goes over sorting, looping, checking for null and changing index’.

The tutorial was written by one of the moderators who goes by the screen name Locke.

You can find the tutorial here.