PoiNtEr->: Input/Output Streams in Java

                             Difference between a dream and an aim. A dream requires soundless sleep, whereas an aim requires sleepless efforts.

Search This Blog

Wednesday, February 15, 2012

Input/Output Streams in Java





A stream can be defined as a sequence of data. The InputStream is used to read data from a source and the OutputStream is used for writing data to a destination.
Here is a hierarchy of classes to deal with Input and Output streams.









input/output stream in java




/*More on java soon coming*/

No comments:

Post a Comment