Tell the Difference Between Java and Speed
Answers
Answered by
0
Answer:
There’s not a useful metric here. All that can be said is that of a comparable application implementation provided in each of C++ and Java, the Java application *might* run slower. You can replace C++ and Java with any other two languages and this holds true. If the target application is IO-bound then the language implementing the application is of little impact.
Similar questions