2d arrays | java

Java
 int[][] arr = new int[m][n]; int[][] arr = new int[row][column]; 
Source

Also in Java: