QuestionQ215
Creating and Using ArraysGiven the following code fragment:

What is the result?
- A An ArrayIndexOutOfBoundsException is thrown at line 10.
- B 10 : 20 : 30 : 40 : 50 :
- C An ArrayIndexOutOfBoundsException is thrown at line 14.
- D The code fails to compile.
Community Discussion