Built with from Grav and Hugo
Java Virtual Machine (JVM) is responsible for compiling java source files into bytecode files (.class suffix).
.class
# Compile source into bytecode javac HelloWorld.java # Run Bytecode in JVM, JIT compiler will compile down to native binary on demand java HelloWorld