What is the difference between C++ & Java?
Answer Posted / s.shanthi
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.
C++ SUPPORTS THE CONCEPT OF
1.POINTERS
2.TEMPLATES AND
3.VIRTUAL FUNCTIONS
BUT IN CASE OF JAVA IT WONT SUPPORTS THE ABOVE FEATURES
c++ is object oriented programming language but java is
purely object oriented programming language
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Discuss about garbage collector in Java.
How do you declare an array that will hold more than 64KB of data?
What is the significance of listiterator?
What type of variable is gender?
What are some characteristics of interference class?
What is parsing and its types?
Define how objects are stored in java?
What is a class object?
What is the difference between length and size in java?
What is an empty string in css?
Why bytecode is called bytecode?
What is the advantage of preparedstatement over statement?
How does split work in java?
How do you implement polymorphism in our day to day life?
Can we have a try block without catch block?