Vidyalelo
Java Programming · Q91

Miscellaneous Java

Programming · Java Programming · question 91

Q91

What will be the output of the following Java 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

Answer: Option D

Solution

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