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 a variable be local and static at the same time?
How do you square a number in java?
Will minecraft java be discontinued?
Why does java not allow multiple public classes in a java file ?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is the Concept of Encapsulation in OOPS
Is string a wrapper class?
What is a type parameter in java?
Is array passed by reference in java?
Explain importance of finally block in java?
Why can we not override static method?
Explain about wait() method?
What is a functional interface?
What is :: operator in java 8?
Is a string literal?