

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program? |
A. | args[2] = 2 |
B. | args[2] = 3 |
C. | args[2] = null |
D. | An exception is thrown at runtime. |
Answer» E. | |