What is the difference between C++ & Java?
Answer Posted / surajit mishra
c++ is advanced version of c. so,it has procedure oriented
concept also it has object oriented concept but java has
truely object oriented concept.
Another difference is java is platform independent means it
can be accepted by any type of operating system but c++ is
not platform independent.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why char array is favored over string for the storage of passwords?
What is the console in java?
What is string pooling concept?
What are structs in java?
What are "class access modifiers" in Java?
What are classloaders?
Explain the difference between jdk, jre, and jvm?
What is casting in java programming?
Is set ordered?
What are recursive functions? Give some examples?
Are private methods final?
Can we override compareto method?
Have you ever used hashtable and dictionary?
What are dot operator queries?
Write a program to print fibonacci series