Homeinterview java questions What is JIT compiler? September 18, 2023 0 Just In Time compiler also known as JIT compiler is used forperformance improvement in Java. It is enabled by default. It iscompilation done at execution time rather earlier.Java has popularized the use of JIT compiler by including it inJVM. You Might Like View all
Post a Comment