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
What classes of exceptions may be thrown by a throw statement?
Where is java located?
Explain about OOPS concepts and fundamentals.
Give the difference between the println method and sqrt method?
What is the list interface?
What steps are taken when the OS shifts from one-thread execution to another?
What is thread safe in java?
Is java se free?
What do you mean by constructor?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is the difference between a loader and a compiler?
How do you override a variable in java?
What is null mean in java?
How does finally block differ from finalize() method?
Can we create object of static class?