Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / geetha
The reader/writer is character oriented, and the
input/output stream is byte oriented.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is unicode with example?
Is call by reference possible in java?
How to sort list of list in java?
Why does java have two ways to create child threads? Which way is better?
Does A Class Inherit The Constructors Of Its Superclass?
When is finally block not called?
What is maximum size of arraylist in java?
Which class represents the socket that both the client and server use to communicate with each other?
When we serialize an object does the serialization mechanism saves its references too?
What is Gang of four design patterns
How can we make a class virtual?
What do you understand by the term string pool?
Is it possible to use string in the switch case?
What is the structure of java?
Does hashset allow duplicates in java?