MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of this program, Command line exceution is done as – “java Output This is a command Line”? class Output { public static void main(String args[]) { System.out.print("args[3]"); } } |
| A. | Java |
| B. | is |
| C. | This |
| D. | command |
| Answer» E. | |