Answers

Question and Answer:

  Home  Java Developer

⟩ Explain the difference between Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy in Java Programming?

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

 186 views

More Questions for you: