What is the difference between Stream Reader and Stream Writer?
Answer Posted / meera
there are only Reader or Writer in io stream in java, to
read and write the data in the form of bytes.
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
What is the relationship between class and object?
How does multithreading take place on a computer with a single cpu?
what is meant by abstract class?
What is independent and dependent variables in research?
how to open and edit XML file in Weblogic???
What does g mean in regex?
Is boolean a wrapper class in java?
What is arraylist e in java?
What is difference between == equals () and compareto () method?
What is garbage collection? Can it be forced to run?
What is thread pool? How can we create thread pool in java?
What does it mean that strings are immutable?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What does s mean in regex?
How will you reverse a link list without using recursion?