Java theorytheory 0/50 · 0%
Fundamentals · easy

3. Bytecode Basics

The intermediate representation of Java code.

Bytecode is the instruction set for the JVM. It is stored in .class files after compilation. This allows 'Write Once, Run Anywhere'.

Check your understanding

  1. 1. Extension of a compiled Java file?

  2. 2. Who generates bytecode?