What is the difference between C++ & Java?
Answer Posted / sukumar.k.r
The main differences between c++ and Java are that "The
features that are present in C++ are not present in Java.
1) Pointers.
2) Templates.
| Is This Answer Correct ? | 345 Yes | 58 No |
Post New Answer View All Answers
What is the difference between public, private, protected, and friend access?
What are the drawbacks of reflection?
Is math an abstract class in java?
Where is core java used?
Write a program to check for a prime number in java?
What is return type in java?
What are constants?
Give me some null interfaces in java?
What is purpose of find feature?
Difference between comparator and comparable in java?
What is null data type?
What is port number in java?
What does the @override annotation do?
Can we override constructor in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?