InterviewSolution
Saved Bookmarks
| 1. |
Is Java Code Slower Than Native Code? |
|
Answer» Not really. As a platform-independent environment, the Java platform can be a bit SLOWER than native code. However, SMART COMPILERS, well-tuned interpreters, and just-in-time BYTECODE compilers can bring performance close to that of native code WITHOUT threatening portability. Not really. As a platform-independent environment, the Java platform can be a bit slower than native code. However, smart compilers, well-tuned interpreters, and just-in-time bytecode compilers can bring performance close to that of native code without threatening portability. |
|