We can use Arrays.toString(Object[] a) method to print string representation of a single-dimensional array only. For multidimensional arrays, it won't work.
確定! 回上一頁