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
explain what is transient variable in java?
How many types of equations are there?
What is integer size in java?
What are variable arguments or varargs?
What is the method in java?
Why heap memory is called heap?
What are the disadvantages of using inner classes?
What is purpose of applet programming?
What is collection sort in java?
What are the three parts of a lambda expression?
What do you mean by constant time complexity?
What is the disadvantage of java?
Can we have any other return type than void for main method?
How many types of literals are there in JAVA?
What is var keyword ?