NIO: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


=Overview=
=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 was introduced in Java 7.


NIO and NIO.2
NIO and NIO.2

Revision as of 19:30, 19 January 2016

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 was introduced in Java 7.

NIO and NIO.2

Subjects