Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between Reader/Writer and InputStream/Output
Stream?

Answer Posted / karan

The Reader/Writer class hierarchy is character-oriented, and
the Input Stream/Output Stream class hierarchy is byte-oriented.
Basically there are two types of streams.Byte streams that
are used to handle stream of bytes and character streams for
handling streams of characters.In byte streams input/output
streams are the abstract classes at the top of
hierarchy,while writer/reader are abstract classes at the
top of character streams hierarchy.

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string [] args?

966


Describe the various concepts related to object oriented programming (oop).

985


How does finally block differ from finalize() method?

1005


Which types of exceptions are caught at compile time?

986


What are the differences between heap and stack memory?

1031


Can we declare array without size in java?

967


What is flush buffer?

980


How to retrieve data from database in java using arraylist?

1006


What is garbage collector?

1014


What is boolean query?

929


What is singleton class in java and how can we make a class singleton?

1085


Why we override equals() method?

990


What is callable java?

926


What is difference between fail-fast and fail-safe?

1184


Can a final variable be initialized in constructor?

927