Here we'll see two examples - Copy operation & Traversing a file tree. If you have already worked using JDk 6 or earlier versions then you can see how easy it is to use JDK 7's nio package. And you need to write less code to implement the same.
This tutorial...
File
2 Articles
This example shows how we can traverse a folder or directory structure using recursive algorithm by writing a small java program using Java File API....