Simple Java I/O
No licensing information is associated
All modern I/O is stream-based
A stream is a connection to a source of data or to a destination for data (sometimes both)
An input stream may be associated with the keyboard
An input stream or an output stream may be associated with a file
Categories: CS Department