What is ArrayIndexOutOfBoundsException?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is ArrayIndexOutOfBoundsException?
Rating:
ArrayIndexOutOfBoundsException is an exception class that extends the IndexOutOfBoundsException class. An object of type ArrayIndexOutOfBoundsException is thrown at runtime to indicate that an array has been accessed with an illegal index. The index (i.e. the illegal index) used to access the element of the array may be negative, greater than, or equal to the size of the array.
Rating:
Was this information helpful?
Other articles
- What is a block?
- What is the Calendar class?
- What is a local variable?
- What are static variables?
- What is the switch statement?