Java garbage collector

Source: Internet
Author: User

Automatic collection of objects :

Useless objects

The object that left the scope;

No references point to the object;

The Java runtime system periodically frees memory used by useless objects through the garbage collector.

The Java runtime system automatically invokes the Finalize () method of an object before it is automatically garbage collected.

garbage collector :

Automatically sweep the dynamic memory area of a polygon object, marking objects that are no longer being used for garbage collection

Runs as a background thread and is typically executed asynchronously when the system is idle. (Asynchronous for non-shared data, followed by)

Finallize () Method:

 Declared in class object (Adam), so each Java class has this method;

Used to release resources

Class can override this method

The Finalize () method may be executed in any order at any time.

  

Java garbage collector

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.