Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

File Handling using Input-Output Streams in Java

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...

0 comments:

Post a Comment