Create ZIP File Using try with Resources in Java

Create the ZIP ZIP file generation in java is straight forward. You need a ZipOutputStream that takes a FileOutputStream witch takes the output name of the file. Using this with try with resources is...