top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between the Reader/Writer class hierarchy and the I/p/O/p class hierarchy in Java?

+1 vote
771 views
What is the difference between the Reader/Writer class hierarchy and the I/p/O/p class hierarchy in Java?
posted Mar 24, 2014 by Parampreet Kaur

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The Reader/Writer class hierarchy is character-oriented, and the Input/Output Stream class hierarchy is byte-oriented.

answer Mar 25, 2014 by Pavan P Naik
Similar Questions
+2 votes

What is the difference between abstract class and concrete class in java. If concrete class is final then how can inherit concrete class, can someone please explain in detail?

+1 vote

How to create frameworks in java and how can I use framework in .class file for my project?

...