Question 52:
Given the code fragment:
What is the result?
Answer options:
A. Element 0 Element 1 B. Null element 0 Null element 1 C. Null Null D. A NullPointerException is thrown at runtime.
Answer correct:
D