What is just-in-time(JIT) compilation?
JIT is a compiliation technique where Java™ byte code is compiled once to machine code at runtime. This removes the interpetation overhead and allows for faster performance.