What is the difference between reading and writing character streams in Java?

What is the difference between reading and writing character streams in Java? Correct Answer Reading character streams use `Reader` classes, while writing character streams use `Writer` classes

Related Questions

What is the difference between character streams and byte streams in Java?
Which class in Java Networking is used for reading and writing streams of bytes?