объявить матрицу на Java

data_type[][] array_name = new data_type[x][y];
Blushing Buzzard