 | What's in the java.io package?
 | I/O Stream classes to read and write Strings, byte/char arrays,
and other Java primitive data types |
 | Platform independent support of files, directories, and handles
to either open file or socket |
 | Serialization/Deserialization of Objects |
 | I/O related Exceptions |
|
|