Mohan's JavaBook
Java Interview Questions
ContactUs :
Please send your Questions & Answers or Feedback to "mohan@javabook.org"
Stream classes....
I/O is built upon 4 abs classes
-InputStream, OutputStream, reader, Writer
-reader/writer are designed for character streams.
-used when working with chars or strings.
-we use the byte stream classes when working with bytes or other binary objects.
Newer Post
Older Post
Home