Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / rohit rajput
reader/writer support only cahracter and input/output
stream support only bytes input stram and the java reader
class has only one differnce and that is input stream only
support bytes and the reader class only supports the
character.
| Is This Answer Correct ? | 53 Yes | 8 No |
Post New Answer View All Answers
What is difference between array and vector?
What is supplier in java?
What is meant by 'Class access modifiers'?
What is the difference between final, finally and finalize()?
What does || || mean in math?
What is collection class in java?
What are functions in java?
Can size_t be negative?
What about anonymous inner classes in java?
What steps are taken when the OS shifts from one-thread execution to another?
What is a protected class in java?
How is abstraction implemented in java ?
What is output buffer?
What is the advantage of functional interface in java 8?
What does the exclamation mark mean in java?