show/hide this revision's text 2 deleted 6 characters in body

think of your desk, if you clean it up regularly, there's space to sit what you're actually working on in front of you. if you don't clean it up, you run out of space.

That space is equivalent to computer resources like RAM, Hard Disk, etc.

Managed code makes allows the system automatically choose what and when and what to clean up. Unmanaged Code makes the process "manual" - in that the programmer needs to tell the system when and what to clean up.

    Post Made Community Wiki by Community
show/hide this revision's text 1

think of your desk, if you clean it up regularly, there's space to sit what you're actually working on in front of you. if you don't clean it up, you run out of space.

That space is equivalent to computer resources like RAM, Hard Disk, etc.

Managed code makes allows the system automatically choose what and when to clean up. Unmanaged Code makes the process "manual" - in that the programmer needs to tell the system when and what to clean up.