Deklaracja podwójnej tablicy w Javie
int[][] arr = new int[10][20];
Curious Chimpanzee
int[][] arr = new int[10][20];