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 use of static method?
What is the syntax and characteristics of a lambda expression? Explain
Give me example of derived data types.
What are the 8 primitive data types in java?
How hashmap works in java?
List primitive java types?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is void in java?
Is it possible for a yielded thread to get chance for its execution again?
What is merge sort in java?
How is it possible for two string objects with identical values not to be equal under the == operator?
Why volatile is used in java?
What is use of arraylist in java?
What is hashing principle in java?
How to implement a multithreaded applet?