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 are three types of loops in java?
What are the different ways to handle exceptions?
How do you check whether the list is empty or not in java?
Explain the reason behind ending a program with a system.exit(0)?
Are static members inherited to sub classes?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
Why charat is used in java?
What is the purpose of a volatile variable?
What are data structures in java?
What is final modifier?
Why java is secure? Explain.
Why is core java important?
Write a program to check string is palindrome without using loop?
What is a finally block? Is there a case when finally will not execute?
How is tree Mirroring implemented?