Explain Garbage collection mechanism in Java
Anoniem
Automatic Garbage collection is very strong feature of Java. Actually Java runtime system decides when to destroy objects, if an object dont hava any more references, it get garbage collected by JRE.