int[][] t = new int[ 3 ][ 3 ]; System.out.println( Arrays.toString( t ) );