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
Is string is a keyword in java?
Which data type is a class in java?
What is array in java?
What is the difference between static and non-static variables in java programming?
Can you explain the usages of class.forname()?
Explain about wait() method?
What is member in java?
What is e in java?
What is a nonetype?
What is the purpose of static methods and static variables?
What is generic class?
Can you inherit from an abstract class java?
Why is singleton class used?
Which collection allows duplicate values in java?
What isan abstract class and when do you use it?