What is the difference between C++ & Java?
Answer Posted / rohit
Java is a plate form independent Language but c++ is not.
Java doesn't support multiple inheritance but C++ do.
Java is more secure and robust than c++.
| Is This Answer Correct ? | 60 Yes | 7 No |
Post New Answer View All Answers
What are the access modifiers available in java?
Are arrays dynamic in java?
Explain different types of wrapper classes in java?
What is thread safe singleton?
Is 64bit faster than 32 bit?
What is a "pure virtual" member function?
What is java reflection?
Is boolean a wrapper class in java?
What is dot operator?
Why map is used in java?
What is difference between java and java ee?
What is the base class of all exception classes?
what is meant wrapper classes?
What is the range of the short type?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?