Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / janet
The Reader/Writer class is character-oriented and the
InputStream/OutputStream class is byte-oriented.
| Is This Answer Correct ? | 168 Yes | 7 No |
Post New Answer View All Answers
How do you trim a space in java?
Why is java so important?
What is the difference between C++ and Java and your preferences?
Can java arraylist hold different types?
What is the use of static class?
What is a dot notation?
Why main method is called first in java?
What is the function of compareto in java?
What is an example of a conditional statement?
Is special character in java?
What access modifiers can be used for variables?
What are the uses of synchronized keyword?
Which class is used by server applications to obtain a port and listen for client requests?
Difference between Linked list and Queue?
Explain covariant method overriding in java.