Question d’entretien chez Vantor

What is the difference between Java and C++?

Réponse à la question d'entretien

Utilisateur anonyme

7 janv. 2021

Besides the obvious answer of a lot, Java handles its own trash collection while C++ must call the delete on an object once its job is completed and not in use.