Wednesday, February 11, 2009

What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy

Question :What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
Answer :The Reader/Writer class hierarchy is character-oriented, and the InputStream/OutputStream class hierarchy is byte-oriented.

No comments: