当前位置:1Z0-853题库

问题:

[单选]

Given:  
11. public static void main(String[] args) {  
12. Object obj = new int[] { 1, 2, 3 };  
13. int[] someArray = (int[])obj;  
14. for (int i : someArray) System.out.print(i + " ");  
15. }  
What is the result? ()

A .  Compilation fails because of an error in line 13.
B .  A ClassCastException is thrown at runtime.
C .  1 2 3
D .  Compilation fails because of an error in line 14.
E .  Compilation fails because of an error in line 12.

对于机器设备、汽车等单项资产可按照相同品牌、型号、规格、厂家、批量的参照资产的现行市场价格作为评估价值。 从()来评价原油性质的优劣 油质含量的多少。 胶质含量的多少。 沥青质含量的多少。 借土场的场地清理与拆除应列入清单202-1-a清理现场计量(应列入借土方单价之内,不另行计量) Examine the structure if the EMPLOYEES and NEW EMPLOYEES tables: Which MERGE statement is valid?() 。 下列哪一机关可以设立临时庇护场所,为家庭暴力受害人提供临时生活帮助() 设区的市人民政府。 省级的人民政府。 乡级人民政府。 国务院。

Given:  
11. public static void main(String[] args) {  
12. Object obj = new int[] { 1, 2, 3 };  
13. int[] someArray = (int[])obj;  
14. for (int i : someArray) System.out.print(i + " ");  
15. }  
What is the result? ()

参考答案:

  参考解析

本题暂无解析

在线 客服