How does Java SE for Embedded compare in performance with C/C++?
Though ultimately performance is application dependent, Java SE applications perform on par with C/C++ applications. Many third party tests have demonstrated Java to be equal or better than C/C++ performance. Java’s dynamic just-in-time compilation and aggressive in-lining generates code that can be better optimized than static C/C++ compilation.