Tuesday, July 14, 2009

Comparasion of java and c++?

What is a comparison of java with C++. In this comparison you will present the advantages of java over C++ and any draw back of Java against C++.

Comparasion of java and c++?
While the syntax is slightly similar; Java requires a virtual machine process to translate to the machine code required by the computer. C++ is compiled down to machine code and doesn't require a VM, but has to be built for the target machine. Java is more portable, but requires the pre-installation of the VM. C++, the code is portable, but the built module is not. I could go on for days and days, but those are the most basic.
Reply:http://java.ittoolbox.com/documents/acad...





http://www.objectmentor.com/resources/ar...





http://www.javacoffeebreak.com/articles/...





http://cs.edcc.edu/java_or_cpp.htm
Reply:Isn't C++ a programming tool. Java is scripting that you need to play games, etc. ?? Not saying I know for sure. Like comparing apples to oranges?


No comments:

Post a Comment