A good answer might be:The blanks are filled, below. |
Checking Command Line Arguments
Of course, you can use any names for the
arguments of the
All that remains is to check the command line arguments. The command line looks like this: java copyBytes sourceFile to destinationFile Here is the part of the program that checks that the command line is correct:
Sadly, there are three blanks which must be filled. Here is a list of possible blank-fillers:
|
QUESTION 20:Fill the blanks. The error message is written out when the command line is incorrect. Click Here after you have answered the question |