Today I got this question for which I think I answered very bad. I said stream is a data that flows and reader is a technique where we read from that is a static data. I kno
Stream is for reading bytes, Reader is for reading characters. One character may take one byte or more, depending on character set.