试题详情
- 单项选择题 static void test() { try { String x=null; System.out.print(x.toString() +“ “); } finally { System.out.print(“finally “); } } public static void main(String[] args) { try { test(); } catch (Exception ex) { System.out.print(”exception “); } } What is the result?()
A、 null
B、 finally
C、 null finally
D、 Compilation fails.
E、 finally exception
- E
关注下方微信公众号,在线模考后查看
热门试题
- t 是一个合法的
- 什么是数组?数组有哪些特点?Java中创
- What is th
- 下面哪些标识符是合法的()
- 以下关于数组的叙述,哪项错误?()
- Which statement
- 子类可以继承父类的除私有成员以外的其它所
- public class&e
- 在 myjsp.jsp&ens
- public class&e
- 关闭框架时,缺省地也会关闭整个应用程序。
- 已知: 则输出为()
- class Parser&e
- Which two
- 1. class
- Which statemen
- 求解“百鸡问题”。已知公鸡每只3元,母鸡
- 什么是继承?什么是父类?什么是子类?继承
- 以下关于GUI事件处理模型的叙述,哪两项
- Whichtwo scena