The standard try-with-resources can handle multipl...
# announcements
a
The standard try-with-resources can handle multiple resources '''try ( java.util.zip.ZipFile zf = new java.util.zip.ZipFile(zipFileName); java.io.BufferedWriter writer = java.nio.file.Files.newBufferedWriter(outputFilePath, charset) )'''