What will be the output of the following Java program, Command line exceution is done as – “java Output This is a comman
Posted: Wed Jul 13, 2022 7:46 pm
class Output { public static void main(String args[]) { System.out.print(args[3]); } }
a) java
b) is
c) This
d) command
a) java
b) is
c) This
d) command