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
Is there any tag in htm to upload and download files?
Can we create an object of private class?
What is data movement?
What is run time allocation?
What is the difference between post and put?
What are different types of references?
What is the importance of hashcode() and equals() methods?
What is this keyword used for?
What is compareto?
How is treeset implemented in java?
What are the 6 functions?
Is java a prime method?
What is anonymous inner class?
What are the 3 types of control structures?
How many ways can you break a singleton class in java?