+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.

Related questions

0 votes
asked Oct 20, 2020 in JAVA by sharadyadav1986
0 votes
asked Oct 17, 2020 in JAVA by rahuljain1
...