If you don't mind to see square brackets around each row and commas between each number in a row you can do:
java.util.Arrays; for (int row = 0; row < ttt1.length; row++) System.out.println(Arrays.toString(ttt1[row]));