Java Language Specification, Version Java SE 21 Edition
10.3. Array Creation5 Documented Misconceptions
ArrayAllocationWithoutNew
Arrays are created without the new keywordArraysGrow
Arrays can grow dynamicallyArrayLengthCannotBeZero
An array cannot have a length of 0 elementsOnlyInnermostArrayElements
Only the elements of the innermost array of a multi-dimensional array are accessibleStringLengthField
One can know the length of a String object by accessing its length field