What is IndexOutOfBoundsException?

What is IndexOutOfBoundsException (java.lang.IndexOutOfBoundsException)? IndexOutOfBoundsException is a runtime exception in the Java programming language. It is thrown when an application attempts to access an array or a string index that is out of bounds. This means...