Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.

what the different between c++ and java language

+19 votes
posted 12 years ago in CSS by Mtata D Mtatuz (1,490 points)

1 Answer

+5 votes
The main difference in compiled programs. Compiled programs written in C++ can run without any special frameworks. Compiled programs written in JAVA need jre or jdk to be installed. Also you can run java-programs on many different platforms (e.g. windows, linux) without rebuilding with special keys, but C++ programs to be built for a particular platform.
answered 12 years ago by gregory.krasnopolsky (1,470 points)

Related questions

+19 votes
1 answer
posted 12 years ago in HTML by Boy Smart (1,070 points)
+7 votes
1 answer
+14 votes
0 answers
posted 12 years ago in CSS by Abdulqadir Farhang (260 points)
+11 votes
1 answer
posted 12 years ago in Javascript by Idalecio Joaquim (710 points)
+5 votes
1 answer