DEVFYI - Developer Resource - FYI

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

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

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

The Reader/Writer class hierarchy is character-oriented, and the InputStream/OutputStream class hierarchy is byte-oriented.

(Continued on next question...)

Other Interview Questions