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
what do you mean by stream pipelining in java 8? Explain
What is the difference between Java1.4 and Java1.5
Can we override data members in java?
What are the application of stack?
Why isn’t there operator overloading?
What are the two types of streams offered by java 8?
How can you handle java exceptions?
Can we extend immutable class?
Which java version is latest?
Can we override the overloaded method?
Can we extend singleton class in java?
Describe the process as to how substring() methodology mechanisms in java.
How does split work in java?
Can we extend private class in java?
What is type safety in java?