下面抛出异常语句正确的是()。
下面抛出异常语句正确的是()。
A.throws new ArrayIndexOutOfBoundsException(“数组访问下标越界啦“);
B.throw new ArrayIndexOutOfBoundsException(“数组访问下标越界啦“);
C.throwArrayIndexOutOfBoundsException;
D.throwsArrayIndexOutOfBoundsException;
正确答案:throw new ArrayIndexOutOfBoundsException(“数组访问下标越界啦“);
Tag:Java面向对象程序设计 下标 数组
时间:2022-01-25 15:24:34
- 上一篇:异常是程序运行时所遇到的非正常情况或意外行为。
- 下一篇:()用于对方法的异常声明。