command line arguments Flashcards
1
Q
String[] args
A
is called with an array of String command-line arguments
2
Q
command-line arguments
A
provide a way for the user running your program to pass in run-time information
3
Q
Run-time options
A
affect how the program runs (e.g., run the program
in “debug mode” with additional diagnostic output.)
4
Q
I/O file names
A
provide the names of files used for input and/or output
5
Q
Special definitions
A
define special values (e.g., paper size for a word
processor)