Package modernfeatures.java7


package modernfeatures.java7
  • Classes
    Class
    Description
    Demonstrates the use of the Fork/Join framework to sum an array of integers in parallel.
    Demonstrates Java 7's multi-catch exception handling.
    This example demonstrates how to walk a directory tree using the NIO.2 Files.walk method.
    Demonstrates Java 7's NIO.2 file API (Path, Files, etc.) Shows how to create, write, read, and delete files using the modern API.
    Demonstrates Java 7's feature: using Strings in switch statements.
    Demonstrates Java 7's try-with-resources statement for automatic resource management.