array-instantiation
new
TYPE[
EXPRESSION]
[
EXPRESSION]
...
This form causes a new array of type to be created. The expression must evaluate to an int. This will be the size of the array. When there are multiple sizes provided, arrays of arrays will be created.
ProfessorJ Advanced Language