多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

1. class Calc {  2. public static void main(String [] args) {  3. try {  4. int x = Integer.parseInt("42a");  5. //insert code here  6. System.out.print("oops ");  7. }  8. }  9. }  下面哪两行分别插入到第五行,会导致输出“oops”?()

  • A、} catch (ClassCastException c) {
  • B、} catch (IllegalStateException c) {
  • C、} catch (NumberFormatException n) {
  • D、} catch (IllegalArgumentException e) {
正确答案:C,D
答案解析:
进入题库查看解析

微信扫一扫手机做题