In the previous post Java SE 7 Brings Better File Handling than Ever to Groovy, I discussed the ability to use Java 7’s NIO.2 implementation to discover a wide set of attributes, characteristics, and ...
I have touched on several subjects in individual posts prior to this one that now come together in this single post. These subjects include use of File.deleteOnExit() in Groovy, creation of temporary ...
It's well known that Java platform applications are safe due to its security features. The security policy prevents any Java application from writing to files, creating network connections or ...