Skip to main content

One doc tagged with "bytecode"

View all tags

Bytecode & .class Files

The structure of Java .class files — constant pool, bytecode instructions, and using javap to disassemble compiled code — plus how generics erasure, lambdas, and string concatenation look at the bytecode level.