Java - IO (Input/Output) - (File System|File|Console)
About
File (System, Transfer, Storage) in Java:
Ie
- Input / Output (IO) Operations (Input/Output - Read/Write) with stream
Articles Related
Java File System Model
Java has modeled a file system and IO operations:
- until Java 7 with Java - Java IO
- from Java 7 with Java - (Nio|New I/O) Package
Java IO can only access file locally whereas NIO has a local implementation but can be extended to operate on remote file system (such as FTP, SFTP, …)