What is garbage collection in Java, and how can it be used ?
Answer Posted / nitin kumar
Garbage collection is a system level thread that tracks each
memory allocation. During the idle cycles in the JVM, the
garbage collection thread check for and frees memory that
can be freed. It happen automatically during the lifetime of
a Java Technology program.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to create a custom exception?
In how many ways we can create threads in java?
What is a variable declaration?
what is the difference between preemptive scheduling and time slicing? : Java thread
What is proper subset?
Can a class be private or protected in java?
Can You Have Virtual Functions In Java?
What are bind parameters?
Where is const variable stored?
What is core java called?
What is the difference between a choice and a list?
Is java same as core java?
Explain the usage of this with constructors?
Explain the difference between call by refrence and call by value?
What is the final field modifier?