Saturday 16 March 2013

What is the difference between Reader/Writer classes?

What is the difference between Reader/Writer classes? 
The Reader/Writer class is character-oriented. 
READER: reads and returns
 the next char from the stream.
WRITER: writes a character / string to the stream.

Blog Author: Vijay Kumar

Go to: Coding Problem Solutions

No comments: