and diff between C , C++ %26amp; java
Difference between C++ %26amp; java?
You'll have to be more precise on that question, because to answer I have to know what level of technical detail you want. I'll just say you can't program yet.
To make it short,
C++ and Java are both OO (object-oriented).
C++ was designed to be backwards compatible with C (a C++ compiler can compile C code).
You should consider C/C++ is for *system* development, which means you manipulate low-level behavior of your program. C was originally designed to write the UNIX operating system.
Java is more on the *application* development side, which means that it tries to abstract from the machine.
Java is easier to learn, really faster to code, less error-prone.
C++ is more powerful (you can do things which you can't with Java), and programs perform slightly faster.
Most often, developpers use Java when they can, C++ when they have to.
The world of today is no longer not the world of the titans Java - C/C++ - .Net
If you've never programmed, you had better start with Python.
Reply:http://www.dickbaldwin.com/java/Java008....
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment