MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the program?Note: The command-line invocation is> java CommandArgsTwo 1 2 3 |
| A. | 0 1 2 |
| B. | 1 2 3 |
| C. | 0 0 0 |
| D. | An exception is thrown at runtime |
| Answer» E. | |