What error occurs when you access an array element with an invalid index?
Select one:
A) A Null Pointer Exception error
B) An Array Index Out Of Bounds Exception error
C) An Arithmetic Exception error
D) A Class Cast Exception error

Respuesta :

Answer:

Explanation:

Option B is the correct answer.