New IO (nio)
Learn about new classes for manipulating file systems in Java 7.
We'll cover the following
Classes and interfaces of NIO API
Java 7 adds several new classes and interfaces for manipulating files and file systems. This new API allows developers to access many low-level OS operations that were not available in the Java API before, such as the WatchService and the ability to create links (in Nix operating systems).
Get hands-on with 1400+ tech skills courses.