Top: Computers: Programming: Languages: Java: Concepts


[ history ]

Garbage Collection

This is the process where by the Virtual Machine deletes objects from memory when it determines that they are no longer needed. The process is automatic and transparent to the user. This frees the programmer from having to manually free unused memory which is often tedious and error prone. Memory which has not been freed is the main cause of memory leaks.


[ history ]

Virtual Machine

The virtual machine is the program which enables Java applications to run across different platforms. The virtual machine is in charge of:

  • executing Java bytecode

  • managing application threads

  • managing memory

  • managing security, and

  • managing garbage collection.



 All text is available under the terms of the GNU Free Documentation License. (See Copyright Policy for details.) 
© Open-Site Foundation, Inc.
Hosted by Android Technologies, Inc. the medical robotics news source.
Visit our sister sites dmoz.org | mozilla.org | chefmoz.org | musicmoz.org