Question d’entretien chez Accenture

Explain memory management differences between Java and C++.

Réponse à la question d'entretien

Utilisateur anonyme

27 août 2012

The differences between memory management in Java and C++ is that Java has a garbage collector which does the memory management; however, C++ does not and requires you to have a destructor method that will clear cache, variables.