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
What is the use of inner class?
What is meant by nested loop?
What are the two types of exceptions in java? Which are the differences between them?
What is the full meaning of java?
Explain about field hiding in java?
What is the static keyword?
Is boolean a data type in java?
What one should take care of, while serializing the object?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
What is the use of runnable interface?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Why is the type for real numbers called double?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is the purpose of file class?
What is the purpose of javac exe?