Is Java just as fast as C++?

On real world and real application C++ is still usually faster than java , mainly because of lighter memory footprint that result in better cache performance. But to use all of C++ capability you, the developer must work hard. You can achieve superior results, but you must use your brain for that.

Read more