BlackBerry interview question

Diff between java and c++, SQL: delete.

Interview Answer

Anonymous

Feb 16, 2020

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

1