Try with Resouces feature introduce in Java 1.7 version. Prior to Java 1.7 version, all resources are closed in the finally block. Then resources are closed in the finally block by the programmer explicitly increasing the length of the code, and reducing the readability of the code. So Java resolves…