JVM, JDK, JRE, AND JIT
Compiler and interpreter: The translation from source code to machine code is done by Compiler. The compiler also performs some operations Compiler checks the Syntax It optimizes our code and Generate Machine Code Once Machine code is generated, it is executed very fast. So Compilation is faster. The interpreter has no compilation step, it directlyRead more about JVM, JDK, JRE, AND JIT[…]