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


Please Help Members By Posting Answers For Below Questions

How are destructors defined in java?

561


Explain the difference between arraylist and linkedlist in java?

476


Which package is imported by default?

621


What does this () mean in java?

535


What is the final method?

594






Explain about the interpreter in java?

617


Can we use this () and super () in a method?

524


What is return keyword in java?

554


Can you inherit from an abstract class java?

522


What is keyset in java?

645


What are the main uses of this keyword?

591


What is the common usage of serialization?

565


How the interruptible method gets implemented?

548


What is static class

608


Can two objects have same hashcode?

557