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