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 to sort a collection of custom Objects in Java?
What is java util concurrentmodificationexception?
Can we create object of inner class in java?
Explain the use of shift operator in java. Can you give some examples?
What is the use of default method in interface in java? Explain
Define inheritance with reference to java.
Explain the difference between an Interface and an Abstract class?
Tell me about your ability to work under pressure
What is the relationship between clipping and repainting under awt?
How can constructor chaining be done using this keyword?
What does the @override annotation do?
What is method overloading in java ?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What is the difference between logical data independence and physical data independence?
Do we have pointers in java?