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
Which oo concept is achieved by using overloading and overriding?
Tell me about different OOPS concepts.
What is byte value?
What is the latest java version?
Which is better list or arraylist in java?
Mention some features of java?
What is arraylist e?
Wha is the output from system.out.println(“hello”+null); ?
What is string data type?
What Is Composition?
If I only change the return type, does the method become overloaded?
What is the association?
What are the differences between heap and stack memory in java?
What are the important methods of java exception class?
What is bean? Where it can be used?