Computer Science, asked by situn2001, 1 year ago

what is the advantage of java over c++?

Answers

Answered by anil063sv
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
Similar questions