Is C++ faster than Java?(JNNC Technologies)

                                                     http://jnnctechnologies.com/


Both C++ and Java usually are executed as native code. ... C++ code written in a “Java style” is dramatically slower than Java, much for the same reasons: The C++compiler doesn't have enough knowledge to do the types of optimizations that theJava byte-code-to-native compiler can do with Java at runtime.

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();