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
Can we execute a program without main() method?
What is mutable object and immutable object?
Is a string literal?
Why chararray() is preferred over string to store the password?
What is an accessor?
What is command line used for?
What is methodological theory?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
What two classes are used to read data only?
What is the difference between JDBC 1.0 and JDBC 2.0?
What is the independent variable in an experiment?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is the difference between jfc & wfc?
What do you mean by object?
What is function and method in java?