|
Share this post! |
| Vote this! |
|

An
I/O Stream represents an input source or an output
destination. A stream can represent many different kinds of sources and
destinations, disk files, devices, other programs, etc. Streams support
many different kinds of data simple bytes, primitive data types,
localized characters, and objects. Some streams simply pass on data;
others manipulate and transform the data in useful ways. Data is
transferred to devices by streams.
more...
Highly
Recommended Reading After Above
java
0 comments:
Post a Comment