Basically there are 2 types of streams. Byte streams that are used to handle stream of bytes and character streams for handling streams of characters. In byte streams input/output streams are the abstract classes at the top of hierarchy, while writer/reader is abstract classes at the top of character streams hierarchy.
0 Comments
Please add nice comments or answer ....