Question d’entretien chez Texas Instruments

Difference between Java and C++?

Réponse à la question d'entretien

Utilisateur anonyme

12 janv. 2016

Personally, I use C++ for efficiency, and whenever I want to have direct acces to memory (pointers). Mostly used in low level stuff and operating systems. While I use Java for it's more specific set of libraries (GUI, online stuff and Andriod), and for an easier implementation of the object oriented methodology.