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


Please Help Members By Posting Answers For Below Questions

Is it possible to compare various strings with the help of == operator?

550


What is a databasemetadata?

554


Add a value x to array from index l to r where 0 <= l <= r <= n-1

633


Which is faster call by value or call by reference?

502


Explain inheritance in java?

558






Are arrays passed by reference in java?

492


What is the purpose of checked and unchecked exceptions in JAVA?

571


Why scanner is used in java?

552


What are the new features in java 8?

574


Is string a class?

557


Is string is a data type in java?

593


Can we execute a program without main?

541


What is a instance variable?

585


What does the ‘static’ keyword mean? Is it possible to override private or static method in java?

567


What is command line used for?

594