Question d’entretien chez Netflix

What is a soft reference in java

Réponse à la question d'entretien

Utilisateur anonyme

20 mai 2013

it's like a weak reference, in that objects only referred that way can be GC'd, but the GC will only occur when memory's really tight (while if all the references are weak the GC can occur any time the collector runs).