Given the code fragment: What is the result? A. 1 3 5 7 1 3 B. 1 2 1 3 C. 1 3 1 3 0 0 D. 1 3 followed by an ArrayIndexOutOfBoundsException E. Compilation fails.

Given: What is the result? A. null Richard Donald B. Richard Donald C. Compilation fails. D. An ArrayIndexOutOfBoundsException is thrown at runtime. E. A NullPointerException is thrown at runtime.

Given the code fragment: What is the result? A. Compilation fails. B. Hi removed C. An UnsupportedOperationException is thrown at runtime. D. The program compiles, but it prints nothing.