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
Write a program to check for a prime number in java?
Why does abstract class have constructor?
What is java used for?
What is exception in java?
What is pojo class in java?
Give some features of interface?
What is the similarity between dynamic binding and linking?
Why java is not 100% object-oriented?
What is the difference between serial and throughput garbage collector?
What things should be kept in mind while creating your own exceptions in java?
Why is string class considered immutable?
What is constructor chaining and how is it achieved in java?
List primitive java types?
What is a for loop in java?
What is the Scope of Static Variable?