+ 10
JVM ==java virtual machine //founded on net
[bytecode to machine language ]
JVM is short for Java Virtual Machine. JVM is an abstract computing machine, or virtual machine. It is a platform-independent execution environment that converts Java bytecode into machine language and executes it. Most programming languages compile source code directly into machine code that is designed to run on a specificmicroprocessor architecture oroperating system, such as Windows orUNIX.