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

What is a variable simple definition?

579


What is the use of StringTokenizer class?

611


What is oop in java?

532


What is wrapper class example?

539


Why java uses the concept of the string literal?

547






Define jit compiler?

662


Why does java have two ways to create child threads?

467


What is ternary operator? Give an example.

603


What are internal variables?

559


What is mean by collections in java?

564


When should you use arraylist and when should you use linkedlist?

496


What is the use of :: in java?

570


What is difference between final and finally in java?

586


What does the three dot emoji mean?

586


What is better- service oriented or batch oriented solutions?

1537