When declaring an array in Java, what does the number within the square brackets represent?
The first index of the array
The maximum value the array can store
The total size of the array
The last index of the array