Friday, April 7, 2017

Differences between Streams and Readers/Writers

1. The stream classes are used for inputting and outputting all types of binary or byte
data.
2. The reader and writer classes are used for inputting and outputting only character and
String data.

No comments: