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.
Taskrabbit Clone Script - Buy2TaskySponsored
Inout Homestay - Vacation & Space Rental Portal ScriptSponsored
Video Theme: Setup a website like YouTube today (New 2022) - Download Now!Sponsored

