在下列常见的系统定义异常中,哪个是算术异常?( ) A: IOException B: ArithmeticException C: ArrayIndexOutOfBoundsException D: InputMismatchException
在下列常见的系统定义异常中,哪个是算术异常?( ) A: IOException B: ArithmeticException C: ArrayIndexOutOfBoundsException D: InputMismatchException
当Java程序访问数据库时,没有找到对应的JDBC驱动,需要处理的异常是( )。 A: SQLException B: ClassNotFoundException C: NumberFormatException D: InputMisMatchException
当Java程序访问数据库时,没有找到对应的JDBC驱动,需要处理的异常是( )。 A: SQLException B: ClassNotFoundException C: NumberFormatException D: InputMisMatchException
在下列代码划线处不可以填入选项中的是哪一个异常类型( )public static int test(int a, int b) throwsArithmeticException{if(b == 0){throw ______;}else {return (a/b);}} A: new Throwable() B: new Exception() C: new InputMismatchException() D: new ArithmeticException("算术异常")
在下列代码划线处不可以填入选项中的是哪一个异常类型( )public static int test(int a, int b) throwsArithmeticException{if(b == 0){throw ______;}else {return (a/b);}} A: new Throwable() B: new Exception() C: new InputMismatchException() D: new ArithmeticException("算术异常")
1