问题 更新时间2023/4/3 12:59:00 下面程序在onMethod方法运行正常的情况下将显示是( )。Public void test(){ try {onMethod();System.out.println("情况1");} catch(ArrayIndexOutofBoundsException e){ System.out.println("情况2 ");}catch(Exception e){ System.out.println("情况3 ");} finally{ System.out.println("finally");}} 答案 登录 注册 正确答案为: 情况1 finally 出自:石家庄铁道大学 >> 石家庄铁道大学面向对象程序设计