当前位置:  开发笔记 > 编程语言 > 正文

ArrayIndexOutOfBoundsException和IndexOutOfBoundsException之间的区别?

如何解决《ArrayIndexOutOfBoundsException和IndexOutOfBoundsException之间的区别?》经验,为你挑选了1个好方法。

我们应该使用哪些用例ArrayIndexOutOfBoundsException和`IndexOutOfBoundsException?



1> Ravindra bab..:

IndexOutOfBoundsException异常:抛出,表明某种索引(如到一个数组,为一个字符串,或载体)超出范围.

ArrayIndexOutOfBoundsException,StringIndexOutOfBoundsException 是两个已经实现的类IndexOutOfBoundsException.

ArrayIndexOutOfBoundsException:抛出此异常表示已使用非法索引访问数组.索引为负数或大于或等于数组的大小.

StringIndexOutOfBoundsException:由String方法抛出,以指示索引为负数或大于字符串的大小.对于某些方法(如charAt方法),当索引等于字符串的大小时,也会抛出此异常.

推荐阅读
赛亚兔备_393
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有