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 is udp in java?
What is join () in java?
What are thread priorities and importance of thread priorities in java?
What is meant by inheritance and what are its advantages?
Is java 11 paid version?
What is the main use of generics in java?
Why local variables are stored in stack?
Tell me are there implementations for sorting and searching in the java libarary?
How do I know if java is installed?
How to find the largest value from the given array.
Explain what access modifiers can be used for variables?
What is the purpose of using the java bean?
What about abstract classes in java?
What is the collections api in java programming?
What is the similarity between dynamic binding and linking?