Java - Java IO
> Procedural Languages > Java > Java - IO (Input/Output) - (File System|File|Console)
Table of Contents
1 - About
Java IO is the first IO model of Java. It provides for system input and output through data streams, serialization and the file system. See java.io.
With the advent of Java 7, the NIO model based on a the unique file identifier path
object is also available.
For sample, see:
2 - Articles Related
Advertising