当2个实际参数分别为4和0时,以下方法调用的执行结果为:public void divide(int a, int b) {try {int c = a / b;} catch (Exception e) {System.out.print(Exception );} finally {System.out.println(Finally);}}

时间:2022-11-14 13:03:20

相似题目