Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / karpagam
reader and writer is related to character, and input and
output is related to byte.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How do I run java on windows?
What happens when a thrown exception is not handled?
What's the access scope of protected access specifier?
Explain about the performance aspects of core java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
How do you clear a list in java?
What is difference between classpath and path variables in java?
Enlist diffrent types of inheritance supported by java?
What are the drawbacks of singleton class?
Can we override the overloaded method?
What is queue in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
Can you explain the usages of class.forname()?
How do you do descending order in java?
What is instance means in java?