55.int[]x={1,2,3,4,5}; 56.inty[]=x; 57.System.out.println(y[2]); Whichistrue?()  

A . Line 57 will print the value 2. B . Line 57 will print the value 3. C . Compilation will fail because of an error in line 55. D . Compilation will fail because of an error in line 56.

时间:2022-11-02 00:29:12 所属题库:Java认证考试综合练习题库

相似题目