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
Difference between predicate, supplier and consumer ?
What is the difference between a method and a procedure?
What if constructor is protected in java?
Write a program to find the whether a number is an Armstrong number or not?
What is the technique adopted to create an immutable class?
What are the fileinputstream and fileoutputstream?
Why does java not allow multiple public classes in a java file ?
What does it mean that strings are immutable?
What does @param args mean in java?
Difference between default and protected access specifiers?
What is a method in programming?
Explain the use of volatile field modifier?
What are the advantages of functions?
What is the use of object and class classes?
What are encapsulation, inheritance and polymorphism?