试题详情
- 单项选择题 public class X { public static void main(String [] args) { try { badMethod(); System.out.print(“A”); } catch (Exception ex) { System.out.print(“C”); } finally { System.out.print(“B”); } System.out.print(“D”); } public static void badMethod() { throw new Error(); } } What is the result?()
A、 ABCD
B、 Compilation fails.
C、 C is printed before exiting with an error message.
D、 BC is printed before exiting with an error message.
E、 BCD is printed before exiting with an error message.
- B
关注下方微信公众号,在线模考后查看
热门试题
- String[] elements={
- Which additions
- 关于红黑树和AVL树,以下哪种说法不正确
- 现有: 1. &
- 已知: 则()
- 已知: 则下面哪段代码是合法的()
- 什么是数组?数组有哪些特点?Java中创
- 编写一个JavaApplication,
- 子类可以继承父类的除私有成员以外的其它所
- 类Teacher: cla
- 函数重载时,同名函数的参数类型列表必须不
- 现有: class&ens
- 5. String&ensp
- 有关for和while循环,以下说法错误
- public class&e
- 小程序的起始执行函数是什么?()Q
- Integer i&ensp
- Which Man̳
- 在try的括号里面有return一个值,
- Java只支持单继承,也就是说子类只能有