Pergunta de entrevista da empresa Helion Software Systems

Explain Garbage collection mechanism in Java

Resposta da entrevista

Sigiloso

4 de jun. de 2012

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.