Tuesday, November 15, 2011

java memory leak

what are Java memory leaks? If a program holds a reference to a heap chunk that is not used during the rest of its life, it is considered a memory leak because the memory could have been freed and reused.

http://www.ibm.com/developerworks/rational/library/05/0816_GuptaPalanki/

No comments:

Post a Comment