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
Explain the importance of finalize() method.
Is array a class?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is a copy constructor in java?
Explain what access modifiers can be used for variables?
Can a source file contain more than one class declaration?
What does nextint () do in java?
What is the purpose of a default constructor?
How many ways can an argument be passed to a subroutine and explain them?
What is double checked locking in singleton?
What is codebase?
Are arrays passed by reference in java?
What is float in java?
Why do we declare a class static?
Is java owned by oracle?