试题详情
- 单项选择题 1. public class A { 2. void A() { 3. System.out.println(“Class A”); 4. } 5. public static void main(String[] args) { 6. new A(); 7. } 8. } What is the result?()
A、 Class A
B、 Compilation fails.
C、 An exception is thrown at line 2.
D、 An exception is thrown at line 6.
E、 The code executes with no output.
- E
关注下方微信公众号,在线模考后查看
热门试题
- 什么是接口?为什么要定义接口?接口与类有
- A developer
- 编程判断一个字符串是否是回文。
- 以下各项哪些不能成为GUI事件源?()&
- 常用的不可见区域有哪些?()
- Which statemen
- 程序: class&ens
- Which code,&ens
- public class&e
- 下面的代码读取并打印文本文件,请修改正确
- Which statemen
- public class&e
- 下面有关java内存模型的描述,说法错误
- 已知: 下面哪个定义是合法的()
- 设 x = 1 ,y = 2 , z =
- 打印出所有的"水仙花数",所谓"水仙花数
- What is th
- What is th
- Given the
- class Super&en