employer cover photo
employer logo
employer logo

Helion Software Systems

Est-ce votre entreprise ?

Question d’entretien chez Helion Software Systems

Explain Garbage collection mechanism in Java

Réponse à la question d'entretien

Utilisateur anonyme

4 juin 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.