Java数组的长度是多少?

Length是用Java归档的文件,它给出了Java数组中元素的总数。创建数组后定义数组的长度。

Integer[] myArray = {23, 93, 56, 92, 39};
System.out.println(myArray.length);