The JVM is the heart of the JRE. Java is famous for its "Write Once, Run Anywhere" capability, and the JVM is the reason why.
Modern JREs use sophisticated JIT compilation to make Java apps run nearly as fast as C++. what is runtime environment in java