Write a utility program that combines the files together into a new file using the following command:

Question:

Write a utility program that combines the files together into a new file using the following command:
java Exercise17_12 SourceFile1 . . . SourceFilen TargetFile
The command combines SourceFile1, . . . , and SourceFilen into TargetFile.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: