Java theorytheory 0/50 · 0%
Advanced · hard

47. Bytecode Manipulation (ASM)

Modifying code at runtime.

Libraries like ASM or ByteBuddy allow creating or modifying Java classes directly at the bytecode level.

Check your understanding

  1. 1. Common use case?

  2. 2. Is ASM high-level or low-level?