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
Can an arraylist be empty?
Difference between this() and super() ?
What is the difference between an argument and a parameter?
What about instanceof operator in java?
What is difference between arraylist and list in java?
Can each java object keep track of all the threads that want to exclusively access it?
What is a parent class in java?
What is preparedstatement in java?
What is the difference between multiple processes and multiple threads?
What is a class in java?
What are the four pillars of java?
What is the escape character in java?
What is difference between fail-fast and fail-safe?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
what state does a thread enter when it terminates its processing? : Java thread