class A { public static void main(String args[]) { System.out.println(args.length); } } what is the output if the code is run using command line invocation java A
Reveal answer
Fill a bubble to check yourself
class A { public static void main(String args[]) { System.out.println(args.length); } } what is the output if the code is run using command line invocation java A