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 a jagged array in java?
What is the difference between stream and buffer?
What is the difference between an interface and an abstract class?
Is nullpointerexception checked or unchecked?
If a variable is declared as private, where may the variable be accessed?
What is private public protected in java?
Can we extend singleton class?
What is Applet Stub Interface ?
What is the original name of java?
What is the difference between size and length in java?
What is immutable data?
What are different types of expressions?
Can I overload to string method
What will happen if a thrown exception is not handled?
Why string is immutable or final in java