Reflection Java Book

The Array class provides static methods to dynamically create and access Java arrays.
Get the length of an Array
static int getLength(Object array)
Returns the length of the specified array object, as an int.