Mega Code Archive
Categories
/
Java Book
/
008 Reflection
0473 Array
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.