What is the result?
A.
Compilation fails.
B.
78class java.lang.Array.IndexOutOfBoundException
C.
class MarkOutOfBoundException
D.
class java.lang.arrayIndexOutOfBoundException
Explanation:
The exception MarkOutOfBoundsException is already caught by the alternative
ArrayIndexOutOfBoundsException
A