Use the expression __________ to receive the total number of arguments in a command line. Assume that command-line arguments are stored in String[] args.

Use the expression __________ to receive the total number of arguments in a command line. Assume that command-line arguments are stored in String[] args.



Answer: Args.length


Learn More :