Basic and Advance Java Question:
Download Questions PDF

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

Answer:

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

Download Java Interview Questions And Answers PDF

Previous QuestionNext Question
What happens when a thread cannot acquire a lock on an object in Java Programming?What classes of exceptions may be caught by a catch clause in Java Programming?