In Java, when accessing an array, which exception is thrown if the index is beyond the array's valid range?
IndexOutOfBoundsException
ArrayStoreException
NullPointerException
ArithmeticException

Computer Science Übungen werden geladen ...