MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the prograNote: The command-line invocation is > java CommandArgs 1 2 3 4 |
| A. | args[2] = 2 |
| B. | args[2] = 3 |
| C. | args[2] = null |
| D. | An exception is thrown at runtime. |
| Answer» E. | |