[单项选择题] 下面程序的执行结果是______。 public class ex27 { public static void main(String[] args) { try {

15 查阅

[单项选择题] 下面程序的执行结果是______。 public class ex27 { public static void main(String[] args) { try { return; } finally { System. out. print in ( "Finally" ); } }

A.程序正常运行,并输出Finally

B.程序正常运行,但不输出任何结果

C.编译能通过,但运行时会出现一个异常

D.因为没有catch字句,所以不能通过编译

参考答案:

D

计算机考试