Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / ravikiran(aptech mumbai)
Reaer/writer belongs to the charecter stream
I/P and O/P belongs to the byte stream
| Is This Answer Correct ? | 75 Yes | 15 No |
Post New Answer View All Answers
Can we rethrow the same exception from catch handler?
What's the default access specifier for variables and methods of a class?
Is array primitive data type in java?
How do you remove all elements from an arraylist in java?
What is executor memory?
Why does java not support pointers?
What is a Transient Object?
What is the difference between choice and list?
Give us the name of the list layoutmanagers in java?
What carriage return means?
What does nullpointerexception mean?
Is Constructor possible in abstract class in java ?
How to perform binary search in java?
What happens to a static var that is defined within a method of a class?
Does java allow overriding static methods ?