Methods of Java arrays

The Java™ Array type is an interface to a real Java array type, with the Java array features. Java arrays must be instantiated before usage and have a fixed length.

Table 1. Class methods of Java arrays
Name Description
create(size INTEGER)
Creates a new instance of a Java array with the given size.
Table 2. Object methods of Java arrays
Name Description
getLength()
  RETURNING result INTEGER
Returns the length of a one-dimensional array.