Solved

Which of the Following Statements About Command Line Arguments Is

Question 105

Multiple Choice

Which of the following statements about command line arguments is correct?


A) Command line arguments must be read with a Scanner object.
B) You must declare additional parameters in the main method to receive command line argument values.
C) You cannot pass arguments to a program when starting the program from a command line prompt.
D) Command line arguments can be read using the main method's args parameter.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions