Java Developer Question: Download Java Developer PDF

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

Tweet Share WhatsApp

Answer:

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

Download Java Developer PDF Read All 63 Java Developer Questions
Previous QuestionNext Question
Does a class inherit constructors of its superclass in Java Programming?Name primitive Java types?