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
What is used of static keyword in java?
What is static and final keyword in java?
Can we extend immutable class?
Can you extend singleton class?
Why do we need singleton class?
Do I need java on my computer?
What is identifier in java?
Why scanner is used in java?
What is Garbage Collection in Java
what happens when a thread cannot acquire a lock on an object? : Java thread
What method is used to specify a container's layout in java programming?
What are the advantages and disadvantages of object cloning?
What is assembly used for?
what r advatages of websphere? & how to deploy?
Which sorting algorithm is best in java?