Explain garbage collection

Garbage collection is one of the most important feature of Java.
Posted by Scripts on 2022-08-15 01:33:12
License Type
License Type
Freeware
Description
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.
Author

chetu_akarte

Ratings & Review
Uh oh! We couldn't find any review for this listing.
Post Review
License Type
License Type
Freeware