1.

What is the output of below snippet?

A. {1=null, 2=null, 3=null, 4=null, 5=null}
B. {5=null}
C. Exception is thrown
D. {1=null, 5=null, 3=null, 2=null, 4=null}
Answer» B. {5=null}


Discussion

No Comment Found