Frage im Vorstellungsgespräch bei Texas Instruments

Difference between Java and C++?

Antwort im Vorstellungsgespräch

Anonym

12. Jän. 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.