Archive | July 17th, 2012

Creating Hard links and Soft links for a file in Java

July 17, 2012

2 Comments

We have been exploring the NIO enhancements in Java 7 and in this post I will explain about creating links- Hard links and Soft links in Java. And this feature is part of Java 7. A link is kind of substitute name to access a particular file/directory, something like an alias to the file/directory. This [...]

email