I’m quite sure that java interprets it then it compiles it…
It’s true that the risk of memory leaks in C/C++ is greater than Javas because you have do allocate the memory and deallocate it, but it really depends on the programmers skill. He/She can deallocate the memory as soon as it is not needed, making the memory have more room to do stuff while java does not, not as soon as you might want it to be. Making C/C++ have more efficient memory handling. But as I said earlier, it really depends on the programmer.
But reading all of this, I am half-convinced that it is better to learn Java. Maybe I’ll stay with java, Ill just make a game and see if i like it, otherwise ill go back trying to learn the complexities of C++.

