java virtual machine JVM
java compilers the source code and produces a machine independent intermediate code called bytecode.this code cannot be used directly by the computer.these intermediate codes are called java virtual machine
these intermediate codes can be used by any machine with the help of the correct interpreter.the interpreter produces the machine dependent code called machine code and run by the computer
No comments