Explain garbage collection
Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can’t directly free the object from memory, instead it is the job of the garbage collector to automatically free the objects that are no longer referenced by a program.
Visit publisher site: Explain garbage collectionListing Details
- Version:
- 1.0.0
- Filed in:
-
Scripts / Java / Tutorials & Tips / General Java / Frequently Asked Questions
- Submitted on:
- Last Updated:
- May 24, 2007
- Publisher:
- Mukesh Ranjan Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for Explain garbage collection