Core Java Question:
Download Questions PDF

Explain about the performance aspects of Core Java?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about the interpreter in Java?Explain about the dynamic behavior of core java?