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 the difference between heap and stack memory?
Explain wait() method of object class ?
What is a variable declaration?
Why is it called boolean?
Give me an example of array and linked list? Where they can be used?
What is data string?
How do you sort in descending order in java using collections sort?
Which is the class in java?
how to create multithreaded program? : Java thread
What about instanceof operator in java?
Can a class be a super class and a sub-class at the same time? Give example.
What is object cloning in Java?
Is empty set an element of empty set?
What is an empty string in css?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?