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
How is hashset defined in java?
What is a void in java?
What is an example of a conditional statement?
What does compareto () do in java?
Does constructor be static?
What is encapsulation in java?
What is the meaning of 3 dots in java?
Can we make the abstract methods static in java?
What is tree in java?
How do you check if two given string are anagrams?
What steps are taken when the OS shifts from one-thread execution to another?
Are generics important java?
Is hashset sorted in java?
What are the difference between composition and inheritance in java?
What is the difference between break and continue statements?