what is the difference between Cpp And Java
Answer Posted / shankar
every one says java does not supports multiple inheritance
but in java the multiple inheritance will be done .by using
interface concept there the multiple inheritance will be
done.
cpp had pointers
java does not had pointers
| Is This Answer Correct ? | 70 Yes | 3 No |
Post New Answer View All Answers
Can you write a java class that could be used both as an applet as well as an application?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Tell us something about set interface.
What are class types in java?
Is space a char?
What is bufferedwriter?
What is difference between null and void?
Is singleton set an interval?
How can we make a class singleton?
Difference between default and protected access specifiers?
What is string array?
How many bytes are there?
Why are arrays useful in java?
Does java support Operator Overloading?
What is the main method java?