In Java, an array is a collection of values of the same type stored in contiguous order memory locations, each of which can be accessed by an integer index. Class Java.lang.reflect.Array.

API (JDK 1.1) documentation: http://java.sun.com/products/jdk/1.1/docs/api/java.lang.reflect.Array.html.