Language Basics Java Book

A Java array is an ordered collection of primitives, object references, or other arrays. Java arrays are homogeneous: except as allowed by polymorphism, all elements of an array must be of the same type.
Each variable is referenced by array name and its index. Arrays may have one or more dimensions