What are the diffirence between Java & C++?2.What is the main drawback of C++?3.Can we say java is interpreted?

Showing Answers 1 - 9 of 9 Answers

Durgesh Rao

  • Jan 17th, 2007
 

java is plateform independent, secure.but c++ is not.java uses concept of internet applications while c++ not.

  Was this answer useful?  Yes

reddyvj

  • Feb 2nd, 2007
 

Java is platform independent but C++ is not.
Java support net based applications.
It is platform dependent and no security.
For every time we compile in different platforms.
Yes, it is interpreted because it converts the program into "bytecode" it is the interpreted code for machine understanding.

  Was this answer useful?  Yes

Paresh

  • Feb 12th, 2007
 

It won't be correct to say C++ has some drawbacks due to which Java was invented.Remember Java is not a replacement for C++.C++ is meant to solve some problems, Java is meant to solve some different problems.But both are equally important and would stay for years to come.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions