Java - Command Line Arguments
What will be the output of this program when run with no command line arguments?
public class Demo {
public static void main(String[] args) {
System.out.println(args.length);
}
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions