What is the difference between C++ & Java?
Answer Posted / himani saxena
c++ is object oriented programming and Java is pure object oriented programming
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What will happen if static modifier is removed from the signature of the main method?
What must a class do to implement an interface in java programming?
What is scope & storage allocation of global and extern variables? Explain with an example
How many types of methods are there in java?
Can Exception handling we can handle multiple catch blocks?
Can we declare a static variable inside a method?
Write a java program that prints all the values given at command-line.
What is final method in java?
Is math class static in java?
Where is singleton pattern used?
Is java a prime method?
How to Sort Strings which are given in List and display in ascending order without using java api.
What do you understand by Header linked List?
What is the difference between method overriding and overloading?
What does main method?