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 fail first in java?
What is an infinite loop in java? Explain with an example.
What are the new features in java 8?
Explain about anonymous inner classes ?
What is arrays aslist in java?
What are streams in java 8?
Which sorting is best in java?
What is parameters example?
what is synchronization? : Java thread
What is charat ()?
How do you sort arrays in java?
What is percentage in java?
Can we clone singleton object?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
Write a function for palindrome and factorial and explain?