I\'ve seen reference in some C# posted questions to a \"using\" clause. Does java have the equivalent?
It was a long time coming but with Java 7 the try-with-resources statement was added, along with the AutoCloseable interface.