What is JIT Compiler and How it increases the performance of Java Application | Core Java Tutorial

preview_player
Показать описание
#JIT #JVM #Performance

if you like my video, please subscribe to my channel and share the video

Just-In-Time (JIT) compiler is a component of the Java Runtime Environment that improves the performance of Java applications at run time.
There is special area in JVM called Code Cache where native code will store.
The key of java power "Write once, run everywhere" is bytecode. The way bytecodes get converted to the appropriate native instructions for an application has a huge impact on the speed of an application. This bytecode can be interpreted, compiled to native code or directly executed on a processor whose Instruction Set Architecture is the bytecode specification.

Instagram: techtalk_debu

Thanks & Regards,
Debu Paul
Рекомендации по теме
Комментарии
Автор

This is not compete information about JIT.
first you should learn about JIT then upload videos.

subodhkumar-pdqr