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
Why you should not use singleton?
What are the main differences between the java platform and other platforms?
What is treeset in java?
Why are arrays useful in java?
How can I right-justify a string?
What is the default value of byte datatype in java?
Is age a discrete variable?
Can we inherit a class with private constructor?
Where import statement is used in a java program?
When should you make a function static?
What is the difference between I ++ and ++ I in java?
What is the meaning of I ++ in java?
Explain a few methods of overloading best practices in java?
How would you dynamically allocate memory to an array?
What is quick sort in java?