English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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++.

2006-10-15 06:48:14 · 3 answers · asked by guess m 1 in Computers & Internet Programming & Design

3 answers

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.

2006-10-15 06:57:23 · answer #1 · answered by Chris J 6 · 2 0

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?

2006-10-15 13:50:59 · answer #2 · answered by Marissa 6 · 0 0

http://java.ittoolbox.com/documents/academic-articles/a-comparison-of-java-and-c-1158

http://www.objectmentor.com/resources/articles/javacpp.pdf

http://www.javacoffeebreak.com/articles/thinkinginjava/comparingc++andjava.html

http://cs.edcc.edu/java_or_cpp.htm

2006-10-15 13:56:03 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers