Readers Writers  «Prev  Next»


Buffering Reads for better performance - Exercise

Objective: Write a program that uses a BufferedReader and readLine() to read all files named on the command line, line by line, and then copy them to System.out. In essence, you're implementing the Unix cat utility.
Paste the source code below and click the Submit button when you are ready to submit this exercise.