What is the difference between C++ & Java?
Answer Posted / sandeep kumar
C++ is partial object oriented programming language because
without using a class we can write a program.
java is a complete object oriented programming language
because we cannot create even a single program without
writing class
c++ support got statement.
java does not support got statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What's the purpose of static methods and static variables?
Why do we declare a class static?
Explain try and catch keywords in java?
Which package has light weight components in java programming?
Can a source file contain more than one class declaration?
Why we used break and continue statement in java?
How many bits is a string in java?
Is there any difference between synchronized methods and synchronized statements?
What are the main uses of java?
How to check if linked list contains loop in java?
What happens when main () method is declared as private?
Can we override a variable in java?
How can we make string upper case or lower case?
What are runtime exceptions?
How do you sort arrays in java?