what is the advantage of java over c++?
Answers
Answered by
1
Java is purely object oriented programming language. C++ is not purely object oriented programming language.
In Java allocation & de-allocation of memory will be taken care by JVM. In C++ allocation & de-allocation of memory is the responsibility of the programmer
In Java allocation & de-allocation of memory will be taken care by JVM. In C++ allocation & de-allocation of memory is the responsibility of the programmer
Similar questions