What is the difference between C++ & Java?
Answer Posted / mustafa daudi
*Java Supports dynamic memory allocation due to dynamic
allocation there is no wastage of memory..
While in c++ there is wastage of memory.
*Java is exensible because new class can easily added in
libraries while in c++ it is not possible..
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Write a program to reverse a number in java?
What is a databasemetadata?
What is keyword and identifier?
What does it mean that a method or field is “static”?
What is the set interface in java programming?
What are disadvantages of java?
How we can make copy of a java object?
Is null == null in java?
Can a class extend 2 classes in java?
Where local and global variables are stored?
Is 0 true or is 1 true?
Difference between arraylist and hashset in java?
Is it necessary for the port addresses to be unique? Explain with reason.
If a class is declared without any access modifiers, where can the class be accessed?
Why method overriding is used?