A: Normally, a Java compiler produces very “dynamic” output: you can recompile just a single class, and the rest of the application picks up the changes. This happens because the .class format uses ...