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
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
Can a class extends itself in java?
Explain how to force the garbage collection in java.
how to split string in java?
What is the Difference between Final Class && Abstract Class?
What is the basic concept of java?
Can we declare a constructor as final?
Can an interface have a class?
how to deploy apache tomcat server to weblogic server in java
What are the limitations of procedural programming approach?
What is the difference between double and float variables in java?
What is a default constraint?
What are the Class Libraries ?
What is meant by method?
What are packages in java?