What is the difference between C++ & Java?
Answer Posted / mamta
java is automatic garbage collector where in c++ we have to use destructor to deallocate the memory.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you represent a space in regex java?
How do I find and replace in word?
What is jee6?
Which of the classes will have more memory allocated?
What does sprintf return?
What is static synchronization?
How do you do absolute value in java?
Can main() method in java can return any data?
In a container there are 5 components. I want to display all the component names, how will you do that?
How is java hashmap implemented?
Differece between class and generic class?
Explain about field hiding in java?
What is scope & storage allocation of global and extern variables? Explain with an example
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Explain about doubly linked list