Styrow.dev
Question 14 of 247
Java Topic: General medium

How Java enabled High Performance?

Question

How Java enabled High Performance?

Answer

Java uses Just-In-Time compiler to enable high performance. Just-In-Time compiler is a program that turns Java bytecode, which is a program that contains instructions that must be interpreted into instructions that can be sent directly to the processor.