Reading Writing Text  «Prev  Next»


Reading and Writing Java Files - Exercise

Reading and writing files


Write a program that uses a FileReader and a FileWriter to copy text from the file named in the first command line argument to the file named in the second command line argument.
Paste the source code below and click the Submit button when you are ready to submit this exercise.