What is the difference between C++ & Java?
Answer Posted / nitin agrawal
the main difference between c++ and java is that java is
consistent and it is a dynamic model.it is compact and
portable binary code while c++ is not. and most important
difference is the it has safe and secure execution
environment.
| Is This Answer Correct ? | 202 Yes | 31 No |
Post New Answer View All Answers
What is the purpose of a transient variable?
What is a protected class in java?
Can we override private method?
What is the difference between math floor and math round?
How do you check if two given string are anagrams?
Why we do exception handling in java and how many types of exceptions are there?
Explain polymorphism citing an example.
What is java instanceof operator?
Is cout buffered?
what do you mean by java annotations?
What does || mean in code?
Which is easier netbeans or eclipse?
Implement two stacks using a single array.
Explain when we should make an instance variable private.
Is void a wrapper class?