Java Language Specification, Version Java SE 13 Edition
10.6. Array Initializers5 Documented Misconceptions
ArrayAllocationWithoutNew
Arrays are created without the new keywordArrayBracketCountIsLength
The number of brackets in an array type or an array initializer corresponds to the length of the arrayArrayInitializerContentsInBrackets
Array initializers list the elements in square bracketsArrayLengthCannotBeZero
An array cannot have a length of 0 elementsNoJaggedArrays
Multi-dimensional arrays have a rectangular shape