试题详情
- 单项选择题 public class Foo { public static void main(String[] args) { try { return; } finally { System.out.println( “Finally” ); } } } What is the result?()
A、 Finally
B、 Compilation fails.
C、 The code runs with no output.
D、 An exception is thrown at runtime.
- A
关注下方微信公众号,在线模考后查看
热门试题
- 抽象方法可以包含在任何类中()̳
- 下述代码执行后,可以被垃圾收集器收集的
- 下列关于线程调度的叙述中,错误的是()。
- abstract class
- NumberFormat n
- What is th
- 同构数 一个数出现在该数的平
- public class&e
- public class&e
- 编写一个Java程序,接受用户输入的一个
- 下列关于继承的说法哪个正确()
- 在输入流的read方法返回哪个值的时候表
- 某班级有学生若干名,依次编号为1,2,3
- class Bird&ens
- 1. class
- 用JavaApplication编写一个
- 一个数如果恰好等于它的因子之和,这个数就
- Click the
- Map系列对象中,哪个对象的内部实现是双
- 鼠标监听器有哪些特点?()