Character Stream v/s Byte Stream
Today, we are going to know difference between character stream and byte stream in java.
Lets get start it...
Main Three Difference Between Character & Byte Stream...
Character Stream :
1. In character stream manipulation by "Character".
2.Unicode by →16 bits.
3. Main classes are reader & Writer.
Byte Stream :
1. In byte stream manipulation by "Byte".
2.Unicode by → 8 bits.
3. Main classes are InputStream and OutputStream.