Filter Streams   «Prev  Next»

Connecting Java Streams - Exercise

Write a program that reads a series of filenames from the command line, creates a sequence input stream from file input streams for each file named on the command line, then copies the contents of all the files onto System.out.
Paste the source code below and click the Submit button when you are ready to submit this exercise.