Custom AutoClosable in Java

Please go through try-with-resource article on understanding try with resource in java 7 We know that any resource which implements AutoCloseable interface can become a potential candidate for try with resource Try with resource feature can be used even for custom java class All we need to do to achieve this is , implement AutoCloseable […]

Share this article on