Diff between java and c++, SQL: delete.
Utilisateur anonyme
C++ supports manual object management with the help of new and delete keywords whereas Java has built-in automatic garbage collection. C++ supports structures whereas Java doesn't supports structures