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
Why is java multithreaded?
What is append in java?
Is singleton a bad practice?
Discuss about garbage collector in Java.
Explain about features of local inner class?
Do you know how to reverse string in java?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What is difference between overloading and overriding in java?
Which is bigger float or double java?
What are different types of constants?
What is the purpose of stub and skeleton?
Is object a data type?
What are the methods used to implement for the key object in the hash map?
What are the 8 data types in java?
How can you say java is object oriented?