Sequential input and output operations
1. .put(), get() - used for handling single character at a time
2. .write(),read() - used for writing and reading block of binary data
3. .put()- write a single stream to the associated stream
4. .get() reads a single character from the associated stream

