Java Language Specification, Version Java SE 13 Edition
10.1. Array Types5 Documented Misconceptions
ArrayBracketCountIsLength
The number of brackets in an array type or an array initializer corresponds to the length of the arrayArrayLengthPartOfType
The length of an array is part of its typeArrayListIsArray
ArrayLists are arraysArrayRankIsLength
Array rank and array length are the same thingArrayRankNotPartOfType
The rank of an array is not part of its type