Zip Meets Java
One of the great things about Java is how much you can do with it, and how simple it is do accomplish things. Take zipping up files: if I wanted to do this efficiently with C++ I would most likely have to develop or license a third party library. I come across a ton of “how to’s” for not on Java but other languages as well. I am always torn between posting about them or not, because I do not want a blog with only links to other sites. However, I feel that the more links to these great articles, the better. So here is an excellent article on how to Zip up files with Java.































