What is the difference between C++ & Java?
Answer Posted / nagaraju
the main difference between c++ and java is, c++ don't have
any automatic memory deallocation. where as java have
automatic deallocation of memory
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is incompatible types in java?
What is java object name?
Write a function to find out longest palindrome in a given string?
What is the use of optional ?
How do I enable java in safari?
What is the dot operator?
Which sorting is best in java?
Can we change the value of static variable?
Does sprintf allocate memory?
What is widening and narrowing in java? Discuss with an example.
What are loops in java? What are three types of loops?
Explain serialization and deserialization in java?
What are the advantages and disadvantages of object cloning?
Explain, java is compatible with all servers but not all browsers?
Why we used break and continue statement in java?