I'm moving the first steps in java and I met this kind of package.
Why was the package java.nio introduced and what does'nio' stand for?
I'm moving the first steps in java and I met this kind of package.
Why was the package java.nio introduced and what does'nio' stand for?
NIO stands for non-blocking input/output or new input/output.
It was first introduced in Java 1.4, but it has been updated in new versions of Java. Main difference from classic Java IO are: