what is the term for setting a value when an array is declared in java code example
Example: java array declaration
int[] array = new int[/*size*/];
// Works for double, char, etc.
int[] array = new int[/*size*/];
// Works for double, char, etc.