17.11 (Split files GUI) Rewrite Exercise 17.10 with a GUI, as shown in Figure 17.21a 17.10 (Split files) Suppose you want to back up a huge file (e.g., a 10-GB AVI file) to a CD-R. You can achieve it by splitting the file into smaller pieces and backing up those pieces separately. Write a utility program that splits the file into smaller ones using the command: java Exercise17_10 SourceFile numberOfPieces The command creates the SourceFile.1, SourceFile.2,.....SourceFile.n, where n is the numberOfPieces and the output files are about the same size.


 

 

    • 10 years ago
    A+ Work
    NOT RATED

    Purchase the answer to view it

    • fexercise11.zip