NIO

From NovaOrdis Knowledge Base
Revision as of 21:10, 19 January 2016 by Ovidiu (talk | contribs) (→‎External)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

NIO and NIO.2 are a collection of Java APIs intended to be used for I/O intensive operations. NIO stands for Non-blocking I/O. NIO was introduced in Java 4 and NIO.2, which is a file system API extension, was introduced in Java 7. More ...

Subjects