What is the difference between C++ & Java?
Answer Posted / imran khan
Both are Object Oriented Programming, But Java design to
support the web applications, GUI programming is easy with
java, Java does not require third party package(header file
in C++) to connect Database, Java is Platform independent
where as C++ is platform dependent.
| Is This Answer Correct ? | 75 Yes | 7 No |
Post New Answer View All Answers
What is difference between null and void?
Is int a class in java?
What is an class?
What initialize variables?
What is public static void main?
What does three dots mean in java?
What's the access scope of protected access specifier?
What is data and its types?
Explain the difference between static and dynamic binding in java?
What is tostring () method?
When is the finalize() called? What is the purpose of finalization?
Which list is sorted in java?
What is the use of System class?
What is the difference between the ">>" and " >>>" operators in java?
What is the use of static class?