java memory

2001-06-21 Thread Sharon Rose Orillaneda
Hi! Do you have any JAVA reference sites for coding in the most efficient and reliable way? Like sometimes I am using Objects that make my program so slow. Thanks. Sharon === To unsubscribe: mailto [EMAIL PROTECTED] with

Recycling Java Memory

2000-04-12 Thread Shailendra Dhanoa
Recycling Java Memory In Java applications, the programmer has explicit control of how objects are created but cannot explicitly give back the memory that these objects occupy when they are no longer needed. The process of garbage collection takes care of freeing up space that is no longer used