What is the difference between character streams and byte streams in Java?

What is the difference between character streams and byte streams in Java? Correct Answer Character streams are used for reading and writing text data, while byte streams are used for reading and writing binary data

Related Questions

____________ distinguishes between a single-byte character and the same character when represented as a double-byte character.