Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / paletipatisrinu
These are IO streams but difference their
InputStream/OutputStreams class are byte-oriented
streams.this streams read and write in byte oriented.
InputStream/OutputStreams are never support unicode characters.
Reaer/writer class are belongs to the charecter stream
this streams read and write in character oriented Streams .
Reaer/writer are never supports unicode characters.
| Is This Answer Correct ? | 40 Yes | 10 No |
Post New Answer View All Answers
What is constructor chaining in java?
What is method in java ?
Is it possible to write a regular expression to check if string is a number?
What is a "pure virtual" member function?
Explain different forms of polymorphism?
What is the += operator called?
What is the use of System class?
What is finalize() function in java?
Java openings 3 - 5 years, Lnt Infotech. requirements - core java, J2ee, struts, hibernate Interview Date:- 19 March 2011 Time:- 9:00 AM to 12:00 Pm Interview Location - L & T Infotech, Manapakkam, Chennai Refererral PS NO:- 291649 (Please mention this when u fill the form only then u will be considered for interview) Documents Required:- Latest Resume, Photograph and last 3 payslips Mail me on vasan2211@gmail.com once u appear for interview
When is update method called?
difference between byte stream class and character stream class?
Explain when we should make an instance variable private.
What is space character in java?
What is the difference between the font and fontmetrics classes in java programming?
What is the base class of all classes?