Q15 Single choice Mark for later Given the code fragment:What is the result? A ab cd ef B An ArrayIndexOutOfBoundsException is thrown at runtime. C The compilation fails. D abc def E ad be cf Correct answer