int[] arr = new int[5] so “arr” will store the reference of array object of integer type which is of size 5. As we create an array, a variable named as length ...
確定! 回上一頁