试题详情
- 单项选择题 static void test() throws Error { if (true) throw new AssertionError(); System.out.print(”test “); } public static void main(String[] args) { try { test(); } catch (Exception ex) { System.out.print(”exception “); } System.out.print(”elld “); } What is the result?()
A、 end
B、 Compilation fails.
C、 exception end
D、 exception test end
E、 A Throwable is thrown by main.
F、 An Exception is thrown by main.
- E
关注下方微信公众号,在线模考后查看
热门试题
- 下列有关类声明的代码片段,哪一项是正确的
- 将单选框放到面板中时,以下注意事项中哪条
- class A {
- Given this&ens
- public class&e
- 已知: 则该为()?
- 下列说法错误的有()。
- The 8859-1Q
- 在为传统面向对象语言的程序做单元测试的时
- Which two̳
- 下面有关SPRING的事务传播特性,说法
- 编写一个字符界面的JavaApplica
- Given the&ensp
- 数组元素所占用的内存位于()
- 现有: 1. a
- 1. interface&e
- 关于C++/JAVA类中static 成
- 下列Map的泛型声明中正确的是哪项?()
- Class TestExce
- Given: 1.&ens