What is the difference between C++ & Java?
Answer Posted / gyana
You can say as java is the advance version of the C++.You
can made differences between this two because java do some
modification in the C++ and released it.So there are 6
differenes between java and c++.these are
1-Java does not support predessor.
2-Java doesn't contain any data types such as enum,
struct,union.
3-java doesnot support multiple inheritance however it
supports this by using interface.
4-Java have no template class.
5-java is platform indepedent and c++ is plotform
indepedent.
6-java donot contain any pointer values.
7-java java doesnot contain goto keyword.
these above features are not supported by java but
supported by C++.So these are the differences between java
and C++.
| Is This Answer Correct ? | 61 Yes | 9 No |
Post New Answer View All Answers
What is unicode datatype?
Explain different states of a thread in java?
Do I need java on my pc?
How can an object be unreferenced?
How does arrays sort work in java?
What is core java used for?
What does @param args mean in java?
What is are packages?
How can we find the actual size of an object on the heap?
Why are pointers not secure?
Explain purpose of sleep() method in java?
What is space character in java?
do I need to use synchronized on setvalue(int)? : Java thread
What is initial size of arraylist in java?
What are the properties of thread?