<<< Java Compilation Process | Index | JVM >>> |
Java programs execute in Java Virtual Machine, JVM
JVM makes Java interpreted programming language:
intermediate compilation step -- javac -- yields intermediate bytecode
When Java program executes its bytecode, it runs in the virtual machine
<<< Java Compilation Process | Index | JVM >>> |