java-06: Array

An array of features:

  1, a reference array is a data type

  2, multiple array types in the array must unify

  3, the length of the array can not be changed during program operation

The index value of the array are zero

When there is no assignment dynamic array, an initial default value is automatically

Guess you like

Origin www.cnblogs.com/BatmanY/p/11520237.html