We cannot print array elements directly in Java, you need to use Arrays.toString() or Arrays.deepToString() to print array elements.
確定! 回上一頁