class ArrayAccess { public static void main(String[] args) { int elem = new int[3][2]; } }