difference between java and C+
Answers
Answered by
5
C++ uses only compiler, whereas Java uses compiler and interpreter both. C++ supports both operator overloading & method overloading whereas Java only supports method overloading. C++ supports manual object management with the help of new and delete keywords whereas Java has built-in automatic garbage collection.
Answered by
3
Answer:
C++ uses only compiler, whereas Java uses compiler and interpreter both. 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.
+
hope it's help you ❤️❤️❤️❤️Good night bestuuuu sweet dreams and take care of you and your family ❤️
Attachments:
Similar questions