- All language compilers translate source code into machine code for a specific computer.
- Java compiler produces an intermediate code known as byte-code for a machine.
- This machine is called Java Virtual Machine (JVM ) and it exists only inside the computer’s memory.
- It is simulator of computer wihin the computer and does all major functions of a real computer.
0 comments:
Post a Comment