Java数组不会覆盖,
toString()因此您将从中获取默认实现
Object。相反,您可以使用
Arrays.deepToString(Object[])like
System.out.println("The row-sort matrix is..." + Arrays.deepToString(m));
Java数组不会覆盖,
toString()因此您将从中获取默认实现
Object。相反,您可以使用
Arrays.deepToString(Object[])like
System.out.println("The row-sort matrix is..." + Arrays.deepToString(m));