Difference between Java and C++?
Sigiloso
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.