Intellect Design Arena interview question

How does Java enable high performance?

Interview Answer

Anonymous

May 28, 2021

Java uses Just In Time compiler to enable high performance. It is used to convert the instructions into bytecodes.