What is a character stream?
Answers
Answered by
0
Explanation:
Character Stream.
In Java, characters are stored using Unicode conventions (Refer this for details). Character stream automatically allows us to read/write data character by character. For example FileReader and FileWriter are character streams used to read from source and write to destination.
Similar questions