JavaArray.length PropertyNameJavaArray.length Property---the number of elements in a Java arrayAvailabilityNavigator 3.0 Synopsis
javaarray.length DescriptionThe length property of the JavaArray object is a read-only integer that specifies the number of elements in the Java array represented by the JavaArray object. This property is read-only because arrays in Java have a fixed length. |
|