Difference between Reader/Writer and InputStream/Output
Stream?
Answer Posted / janet
The Reader/Writer class is character-oriented and the
InputStream/OutputStream class is byte-oriented.
| Is This Answer Correct ? | 168 Yes | 7 No |
Post New Answer View All Answers
How many bytes are a float?
What defines function?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
Can we call a non-static method from inside a static method?
Which programming language is best in future?
What is Java Reflection API? Why it’s so important to have?
Explain about method local inner classes or local inner classes in java?
What is the difference between preemptive scheduling and time slicing?
Can a static member function access member variable of an object?
What are the legal operands of the instanceof operator?
What is ordered map in java?
Differentiate between array list and vector in java.
What is the difference between the size and capacity of a vector?
What advantage do java's layout managers provide over traditional windowing systems?
Is an object null?