- JIT(Just in time Compiler)
- In Java programming environment, there comes this JIT which immediately interprets the code written in Java into bytecode(binary code) that is machine understandable.
- This binary code is directly sent to the processer and that's why the name 'Just-in-time'
- This Platform Independency feature eliminates the need of rewriting & recompiling the code for a specific/new hardware Platform's processer
- And thus, in java you have to write and compile a program code only once