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
Are functions objects in java?
Which is illegal identifier in java?
What is the same as procedures?
What is the functionality of the stub?
What is a two-pass assembler?
What is the difference between Grid and Gridbaglayout?
How can we find the sum of two linked lists using stack in java?
How do you escape sequences in java?
How a variable is stored in memory?
Is stringwriter thread safe?
Will set allow duplicates in java?
What is void class in java?
What is the use of put method?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
what is encapsulation in java? Explain