Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/25/08 14:48
Read: times


 
#151417 - Disagree
Responding to: ???'s previous message
When Java cleans memory, it is 'garbage collecting'. This is an important part of housekeeping (as the wife keeps telling me), but there's more too it.

A simple C example is a function call. The processor may pass variables to a function on the stack, in a structure called a stack frame. When the function returns, the compiler may add housekeeping code to clean up the stack.

List of 8 messages in thread
TopicAuthorDate
what\'s that which is called \"Housekeeping\"?            01/01/70 00:00      
   Housekeeping            01/01/70 00:00      
      Thank you Russ            01/01/70 00:00      
         Housekeeping            01/01/70 00:00      
            Goes way beyond jus Java!            01/01/70 00:00      
            Disagree            01/01/70 00:00      
   Housekeeping - keeping things tidy            01/01/70 00:00      
   housekeeping            01/01/70 00:00      

Back to Subject List