Character Stream I/O in Java
In a java programming, like a Byte stream Character stream is also used for input-output for 16 bit. But Byte streams are used to perform input and output of 8-bit. Most common Character streams classes are, FileReader and FileWriter. FileReader- FileReader uses for reads two bytes at a time. FileWriter– FileWriter uses for writes two bytes at a … Read more