+1 vote
in JAVA by

What is the difference between Reader/Writer and InputStream/Output Stream in Java?

1 Answer

0 votes
by

The Reader/Writer class is character-oriented and the InputStream/OutputStream class is byte-oriented.

...