Try with Resources

How to use Java try with resources functionality introduced in Java 7.try with resources enable auto close of resources by JVM for easy resource management.