Vidyalelo
Java Programming · Q110

Miscellaneous Java

Programming · Java Programming · question 110

Q110

What will be the output of the following Java program, Command line execution is done as - "java Output This is a command Line"? class Output public static void main(String args[]) System.out.print(args[0]);

A.
java
B.
Output
C.
This
Answer
D.
is

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board