Code For NonGeek
Would you like to react to this message? Create an account in a few clicks or log in to continue.

What are the differences between C++ and Java?

Go down

What are the differences between C++ and Java? Empty What are the differences between C++ and Java?

Post  Admin Fri Aug 26, 2011 12:57 pm

C++ and Java are syntactically very similar. Java's designers intended this to make it easy for C++ developers to learn Java. Apart from this area of similarity, Java and C++ differ in a variety of ways, largely because of their different design goals. Security, portability, and rapid development were of paramount importance in the design of Java, whereas C++ is more concerned with performance and backward compatibility with C. Java is compiled to virtual machine byte-code and requires a virtual machine to run. C++ is compiled to native machine code. This usually makes C++ faster, but it gives Java greater potential for portability and security.

Admin
Admin

Posts : 131
Join date : 2011-08-16

https://codefornongeek.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum