Programming Languages: Java vs. C++
Friday, December 23, 2011 at 12:48PM
Don Cowan in Android, Android Tech Talk, Apps, Computing, Design, Programming, Software

We're often asked about the differences between the Java and C++ programming languages and why Android apps are written most often in Java.

The table below highlights some of the differences between the languages. Basically, Java is better suited to the fundamental programming (using the SDK - Software Development Kit) for most app functions. C++ is used (with the NDK - Native Development Kit) in circumstances when high performance or easy re-use of existing C++ code is important. 

Article originally appeared on marketimpacts.com (http://marketimpacts.com/).
See website for complete article licensing information.