How GC (Garbage Collector) knows the objects reference is
unused.Whether GC removes the unused object Parmanently or
it maintains something.
Answers were Sorted based on User's Feedback
Answer / devarathnam.c, kotagudibanda,k
Hi,
The Garbage Collector(GC)will be always under the control
of JVM, So JVM periodically runs the GC. It uses "sweep"
and "mark" algorithms to identify the unused objects in the
application. You don't bother about GC, JVM will take of it.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / balamurugan
it checks whenever we will not used the objects in our
program then jvm checked with forward referenceduse help of
heap memory. then gb removes the un used objects
| Is This Answer Correct ? | 1 Yes | 0 No |
Is linked list a linear or non-linear data structure?
0 Answers Akamai Technologies,
What is the concatenation operator in java?
Why do we override tostring method in java?
what is object deep copy and shallow copy and why it is required?
what is the difference between multitasking and multithreading?
Define a java class.
What is a void method java?
whats the life cycle of jsp
What is lexicographically smallest string?
what are ER diagrams?
What is method Overloading in the perspective of OOPS?
What is the final field modifier?