Thursday, March 8, 2007

Java...

After I have complained on Perl now it's Java's turn.

1. Memory leaks in Java:

Yep. There are leaks, subtle ones but they are still present. Check thishttp://www-128.ibm.com/developerworks/java/library/j-leaks/. I have had them today as a result of trying to make a really huge zip (160000 files).


2. Different behaviours between classes supposed to do the same thing (ZipInputStream and ZipFile). ZipFile cannot handle more than 65536 entries - this is a known bug.

No comments:

Post a Comment