What is the difference between C++ & Java?
Answer Posted / chandra sekhar
Java is a fully object oriented language where as c++ is c
with classes.
Java is used for all kinds of development i.e
console,web,windows where as c++ is only for console.
Java supports "Applets" and "Swings" concept that makes it
to be more powerful language than c++.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is core java used for?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Explain what are final variable in java?
What is the advantage of functional interface in java 8?
What is string in java is it a data type?
Can you declare the main method as final?
How do I get a substring?
Can a list be null in java?
v-model life cycle
What is an class?
What are accessor methods in java?
How can we create a synchronized collection from given collection?
How to solve the problem of generating the unique hash keys with hash function?
Is null an object java?
Is object a data type in java?