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
Is an empty arraylist null?
What is a superclass?
Why hashcode is used in java?
What function extracts specified characters from a string?
How can we pass argument to a function by reference instead of pass by value?
What is assembly used for?
Why can we not override static method?
What is the difference between JVM and JRE?
Why runnable interface is used in java?
What is dynamic array in java?
Explain differences between checked and unchecked exceptions in java?
How do you reverse a word in java?
How to implement an arraylist in java?
What is n in java?
Why collection doesn’t extend cloneable and serializable interfaces?