Question d’entretien chez Akamai

When does the Java garbage collector fail?

Réponse à la question d'entretien

Utilisateur anonyme

17 mai 2015

If there is a dangling reference to an object the Java GC will not release the memory, but this is not really a case of the GC failing but more of poor programming.