Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / geetha
The reader/writer is character oriented, and the
input/output stream is byte oriented.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is tochararray in java?
Difference between static and dynamic class loading.
What is difference between variable declaration and definition?
Why set do not allow duplicates in java?
How does multithreading take place on a computer with a single cpu in java programming?
What is method overloading and method overriding?
What are the benefits of operations in java?
Define jre i.e. Java runtime environment?
What happens if a constructor is declared private?
give an example for encapsulation?
Discuss about garbage collector in Java.
What is the importance of main method in Java?
What do you mean by mnemonics?
what is ststic with example
Can I overload to string method