0
Java Vs C++
What is pros and cons of each language?
2 Answers
+ 14
trying to piggy back off that other thread huh?
java has garbage collection, meaning you don't control memory. it's high level, but requires a virtual machine to run, and an installation of java (rip ask.com toolbar). it runs very slow in comparison to c++.
c++ you can control memory. it's high level, but leans more towards low level. it's pretty confusing with all its templates that probably no one could learn it all in a lifetime. however, if you need a BIG and FAST program, c++ is the best choice out there.
+ 10
Hey, checkout my post... it'll help you:-
https://www.sololearn.com/Discuss/270995/?ref=app