What are streams for
For date sending and receiving. We can say its a data channel
Does keyboard, mouse or printer are nodes
Yes
What is node stream
Works as a data channel between nodes
What is filter stream
Do additional filtering on an existing stream. It is kind of additional stream. Its work in data processing.
What is byte, reader/writer stream
If data handles in byte then stream is called byte stream and if data handles in 2 bytes or character then it is called reader/writer stream.
What are types of stream
What external library is used for streams
java.io
What are blocking methods
They block execution of code until they complete