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 check if a string is lexicographically in java?
What is the default value of byte datatype in java?
What is hasnext in java?
Can an object be null?
Explain about method local inner classes or local inner classes in java?
What is OOP's Terms with explanation?
What is a treeset in java?
Can a variable be local and static at the same time?
What are the loops in java?
What is the difference between an array and an array list?
Can we overload destructor in java?
v-model life cycle
Explain an intermediate language?
Is main a keyword in java?
What is jar?