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...


What is the difference between Stream Reader and Stream Writer?

Answers were Sorted based on User's Feedback



What is the difference between Stream Reader and Stream Writer?..

Answer / sharat

StreamReader is designed for character input in a particular
encoding, whereas the Stream class is designed for byte
input and output. Use StreamReader for reading lines of
information from a standard text file.

StreamWriter is designed for character output in a
particular Encoding, whereas classes derived from Stream are
designed for byte input and output.

Is This Answer Correct ?    13 Yes 1 No

What is the difference between Stream Reader and Stream Writer?..

Answer / aravindhan

StreamReader is designed for character input in a
particular encoding, whereas the Stream class is designed
for byte input and output. Use StreamReader for reading
lines of information from a standard text file.
Similarly StreamWriter in for writing into the standard file

Is This Answer Correct ?    8 Yes 3 No

What is the difference between Stream Reader and Stream Writer?..

Answer / meera

there are only Reader or Writer in io stream in java, to
read and write the data in the form of bytes.

Is This Answer Correct ?    7 Yes 12 No

What is the difference between Stream Reader and Stream Writer?..

Answer / prasanna

No, Readers and writers are used to read and write the data
as a character wise.
where as Streams ares used to read and write the data as a
binary wise

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More Core Java Interview Questions

What are methods?

0 Answers  


When is an object in the mean to garbage collection?

3 Answers  


Explain about assignment statement?

0 Answers  


What are the different conditional statements?

0 Answers  


Describe the syntax of multiple inheritance? When do we use such an inheritance?

0 Answers   Fidelity,


Is ResultSet class?

5 Answers   Bally Technologies, TCS,


What does pointer mean?

0 Answers  


What are the advantages of defining packages in java?

0 Answers  


how to prepare for IT Officers Interview in Banks

0 Answers   TATA, Tata Steel Limited,


What is difference between hash mapping and hash table?

5 Answers   NDS, Wipro,


What are the different types of java?

0 Answers  


What is deadlock and how to avoid this?

2 Answers  


Categories