command line arguments Flashcards

1
Q

String[] args

A

is called with an array of String command-line arguments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

command-line arguments

A

provide a way for the user running your program to pass in run-time information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Run-time options

A

affect how the program runs (e.g., run the program

in “debug mode” with additional diagnostic output.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

I/O file names

A

provide the names of files used for input and/or output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Special definitions

A

define special values (e.g., paper size for a word

processor)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly