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
What is comparable and comparator interface? List their differences
How to create a custom exception?
Can we pass null as argument in java?
What is reverse function?
Can you call a method on a null object?
Why does java not support operator overloading?
What is runtime polymorphism or dynamic method dispatch?
Is null a keyword in java?
What is multithreading in java?
Why put method is idempotent?
What is scanner in java?
what is inner class in java?
What is not thread safe?
What are jee technologies?
What is garbage collector?