A. try catch finally B. catch finally C. try finally D. try
A. try子句 B. catch子句 C. finally子句 D. throw子句
A. 输出:InputMismatchException B. 输出:必须在1-4之间! C. 什么也没输出 D. 编译错误
A. 1 B. 2 C. 3 D. 全部正确
A. Exception和SexException B. NullPointerException和InputMismatchException C. ArithmeticException和ArrayIndexOutOfBoundsException D. ClassNotFoundException和ClassCastException