Implement Cat (linux)

I want to:Implement cat as follows; by running java cat file1 file2 ? the content of the files in the file list will be written to the standard output.Anybody can help?
[189 byte] By [martin_ms1985a] at [2007-10-3 3:30:44]
# 1
Google for java IO tutorial.Just read the files line by line with a BufferedReader, and as you read each line, write it out to stdout with System.out.println.Any reason you want this rather than just running cat file1 file2? Is it just to learn Java?
jverda at 2007-7-14 21:24:40 > top of Java-index,Java Essentials,Java Programming...
# 2
Yes its one one part of my assignment can u guide me more plz?
martin_ms1985a at 2007-7-14 21:24:40 > top of Java-index,Java Essentials,Java Programming...
# 3
can u ask a mor spcfc qstn n uz rl nglsh wrds plz?
jverda at 2007-7-14 21:24:40 > top of Java-index,Java Essentials,Java Programming...