// testando array lookup (OK) class m { public static void main(String[] args) { System.out.println(new int[10][10]); } }