How-to articles, tricks, and solutions about ARRAYINDEXOUTOFBOUNDSEXCEPTION

What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it?

java.lang.ArrayIndexOutOfBoundsException is an exception that is thrown when you try to access an element of an array with an index that is out of bounds. This can happen if you try to access an index that is either negative or greater than or equal to