Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse
Enkimaru@lemmy.world 5 days agoJIT compiling and byte code morphing and instrumentation. For instance data base persistence is usually done by instrumentation tools, that add instructions to keep track about transactions and modified objects, or new objects that need persisting. And endless more things.