When reading in a KeyStore using a FileInputStream as follows, does one need to explicitly close the input-steam to stop system resources being wasted ?
File
You should definitly use org.apache.commons.io.IOUtils.closequietly when dealing with streams and APIs you are not sure about