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