当前学科:计算机应用技术
  • 题目: 未知类型
    给定以下JAVA代码,这段代码编译运行后输出的结果是()。

      public class Test {public static int aMethod(int i) throws Exception {try{return i/10;} catch(Exception ex){throw new Exception (“exception in a aMothod”);} finally{System.out.print(“finally”);}} public static void main(String [] args) {try{aMethod(0);} catch(Exception ex){System.out.print(“exception in main”);} System.out.print(“finished”);}

      A.finallyexception in mainfinished

      B.exception in mainfinally

      C.finallyfinished

      D.finallyexception in mainfinished

    答案: <查看本题扣1积分>

    查看答案

    答案不对?请尝试站内搜索