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.

时间:2022-11-07 02:02:17 所属题库:SCJP程序员认证考试题库

相似题目