Slide 8
Slide 8 text
Direct compile vs. Virtual Machine
• A virtual machine is an emulation of a computer system
• With a virtual machine, the code is compiled to an
intermediary language
• Upon execution, the VM code is being compiled runtime
to the specific platform
• This makes the code you write cross-platform
• (continues on next page)