Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / karan
The Reader/Writer class hierarchy is character-oriented, and
the Input Stream/Output Stream class hierarchy is byte-oriented.
Basically there are two types of streams.Byte streams that
are used to handle stream of bytes and character streams for
handling streams of characters.In byte streams input/output
streams are the abstract classes at the top of
hierarchy,while writer/reader are abstract classes at the
top of character streams hierarchy.
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Is java ee a framework?
How do we access static members in java?
Can inner class extend any class?
Explain about assignment statement?
What is the largest long allowed by java?
Can you instantiate the math class in Java?
How do I enable java in safari?
What function extracts specified characters from a string?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is a map in java?
What are functions in java?
explain the difference between jdk and jvm?
What is slash r?
Explain the difference between jdk, jre, and jvm?
What is threaded programming and when is it used? : Java thread