参考答案和解析
正确答案:A
解析:ArraylndexOutOfBoundsException为数组越界使用异常;NullPointerException为引用为空异常;IOException为输入输出错误:ArithmeticException为算术异常,如除数为0。
更多“下列常见的系统定义中的异常中,______是数组越界异常。A.ArrayIndexOutOfBoundsExceptionB.NullPo ”相关问题
  • 第1题:

    下列常见的系统定义的异常中,哪个是数组越界异常?

    A.ArrayIndexOutOfBoundsException

    B.IOException

    C.NullPointerException

    D.ArithmeticException


    正确答案:A
    解析:ArrayIndexOutOfBoundsException 为数组越界使用异常;IOException为输入输出错误;NullPointerException为引用为空异常;ArithmeticException为算术异常,如除数为0。

  • 第2题:

    常见的系统定义的异常中, 是输入、输出异常。 是数组越界异常。


    IOException

  • 第3题:

    下列常见的异常类中,哪个是数组下标越界异常?

    A.NullPointerException

    B.IOException

    C.ArrayIndexOutOfBoundsException

    D.ArithmeticException


    ArrayIndexOutOfBoundsException

  • 第4题:

    下列常见的系统定义的异常中, ( )是数组越界异常。

    A.ArraylndexOutOfBoundException

    B.IOException

    C.NullPointerException

    D.ArithmeticException


    正确答案:A

  • 第5题:

    下列常见的异常类中,哪个是数组下标越界异常? ()

    A.IOException

    B.ArithmeticException

    C.NullPointerException

    D.ArrayIndexOutOfBoundsException


    ArrayIndexOutOfBoundsException