试题详情
- 单项选择题 11.public static void main(String[]args){ 12.Object obj=new int[]{1,2,3}; 13.int[] someArray=(int[])obj; 14.for(inti:someArray)System.out.print(i+"") 15.} What is the result?()
A、123
B、Compilation fails because of an error in line 12.
C、Compilation fails because of an error in line 13.
D、Compilation fails because of an error in line 14.
E、A ClassCastException is thrown at runtime.
- A
关注下方微信公众号,在线模考后查看
热门试题
- Given that&ensp
- What is th
- 下列哪项不属于java语言的基本数据类型
- 如何设置表格型布局方式?()
- 现有: class&ens
- 1. public&ensp
- interface Data
- 下面哪些代码为正确的()
- 已知Sn=A1+A2+A3+...+An
- 14. DateFormat
- 关于接口,描述正确的是()
- 类的静态成员与普通的对象成员之间有什么区
- Java的屏幕坐标系的(0,0)在屏幕的
- 实例方法是根据引用变量的声明类型进行访问
- Given an
- 11. class&ensp
- public class&e
- A class
- 关于以下application,说法正确
- Given classes&