отображать 2D массив

int[][] array = new int[rows][columns];
System.out.println(Arrays.deepToString(array));
Diamond Ryan Craft