多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

Given  1.  public class Foo {  2.  public static void main (String [] args) }  3.  try { return;}  4.  finally { Syste.out.printIn (“Finally”);}  5. }  6. }   What is the result( )?

  • A、 The program runs and prints nothing.
  • B、 The program runs and prints “Finally”.
  • C、 The code comiles. But an exception is thrown at runtime.
  • D、 The code will not compile because the catch block is missing.
正确答案:B
答案解析:
进入题库查看解析

微信扫一扫手机做题