Answers

Question and Answer:

  Home  Core Java

⟩ Explain about the performance aspects of Core Java?

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.

 166 views

More Questions for you: