View Single Post

   
  #4 (permalink)  
Old 01-05-2008, 06:28 AM
Richard D. Latham
 
Posts: n/a
Default Re: How to narrow down memory leak?

"James T. Sprinkle" <oicmrsnakes@hotmail.com> writes:

> There are a lot of poorly coded Java applications out there. And a good
> number of them leak memory as fast as they can get it!
>
> JaYmZ
>


The good news about coding in Java is that you don't have to do memory
management.

The bad news is that you don't get to, either :-)

--
#include <disclaimer.std> /* I don't speak for IBM ... */
/* Heck, I don't even speak for myself */
/* Don't believe me ? Ask my wife :-) */
Richard D. Latham lathamr@us.ibm.com
Reply With Quote