What is the difference between C++ & Java?
Answer Posted / amit shingavi
1)C++ allow the concept of Multiplie Inheritance whereas
Java don't allow it.
2)C++ is not purely Object Oriented but Java is Purely
Object Oriented.
3)Java is more secured than C++.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is string buffer?
Can we declare a class as abstract without having any abstract method?
What is printwriter in java?
Which is faster call by value or call by reference?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is the difference between preemptive scheduling and time slicing in java programming?
What is the difference between procedural and object-oriented programs?
What is anti pattern in cyber security?
What is final class?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
Can we sort a map in java?
Is minecraft java edition free?
List some oops concepts in java?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is the purpose of the return statement?