Core Java Question: Download Core Java PDF

Explain about the performance aspects of Core Java?

Tweet Share WhatsApp

Answer:

Performance of interpreted byte codes is enough but it can be improved much more than that. Byte codes are translated into machine language within no time, this speed of execution can be achieved during application compiling time. JIT compilers are also present which compile the byte codes into native code.

Download Core Java PDF Read All 17 Core Java Questions
Previous QuestionNext Question
Explain about the interpreter in Java?Explain about the dynamic behavior of core java?