At 15.10 Array Creation Expressions the JLS says
[...] a single-dimensional array is created of the specified length, and each component of the array is initialized to its default value
and at 4.12.5 Initial Values of Variables it says:
For type int
, the default value is zero, that is, 0
.