What is garbage collection in Java, and how can it be used ?

Answer Posted / poonam

In computer science, garbage collection (GC) is a form of automatic memory management. The garbage collector, or just collector, attempts to reclaim garbage, or memory occupied by objects that are no longer in use by the program. Garbage collection was invented by John McCarthy around 1959 to solve problems in Lisp.[1][2]
Garbage collection is often portrayed as the opposite of manual memory management, which requires the programmer to specify which objects to deallocate and return to the memory system. However, many systems use a combination of the two approaches, and other techniques such as stack allocation and region inference can carve off parts of the problem. There is an ambiguity of terms, as theory often uses the terms manual garbage collection and automatic garbage collection rather than manual memory management and garbage collection, and does not restrict garbage collection to memory management, rather considering that any logical or physical resource may be garbage collected.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I start learning java?

564


What is another word for methodology?

521


What is a locale?

701


What are the default and parameterized constructors?

558


What is integer valueof?

645






What is parameter example?

550


Can we create a class inside a class in java?

550


Is java type safe?

515


What is the largest data type in java?

512


Can we override final method?

571


What is the purpose of extern variable?

544


What is the use of arraylist class in java?

561


Is 9 a prime number?

470


What is the definition of tree ?

593


What is one third plus one third as a fraction?

491