Streams & Its types:
- There are the following kinds of Streams.
- Byte streams are used to perform input and output of 8-bit bytes
- Character streams are used to perform input and output for 16-bit Unicode.
- All byte stream classes are descended from InputStream and OutputStream.
- Figure:
- There are many byte stream classes.
- Example: Classes of InputStream and OutputSteam:
Tags:
Java