JIT Compiler
Bytecode parts that have similar functionality at the same time are compiles by JIT which reduces the overall compilation time. JIT improve the performance.
What is the platform?
Software or hardware environment where a piece of software is executed is known as platform. Following are the types of platforms:
- Software-based and
- Hardware-based
Note: Java provides the software based platform.
Must Read – Interface and Abstract Class in Java