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 I create a runnable with inheritance? : Java thread
Is java programming easy?
Why we used break and continue statement in java?
Explain about method local inner classes or local inner classes in java?
What is illegal identifier in java?
how to deploy tomcatserver to weblogic server? write d following steps?
What is a boolean output?
How can a gui component handle its own events in java programming?
What is the difference between int and integer in java?
What is a stack class in java ?
What is the difference between an if statement and a switch statement?
What is array initialization in java?
Describe the process as to how substring() methodology mechanisms in java.
How do you sort objects in java?
What do you mean by light weight and heavy weight components?