Question d’entretien chez Dell Technologies

How does Java handle garbage collection? How do you force garbage collection?

Réponse à la question d'entretien

Utilisateur anonyme

15 janv. 2016

Java has an automated garbage collector which cannot be forced. While we can suggest to the garbage collector to free up some memory, we cannot command it to.