Javap Usage Unfolds: What’s Hidden Inside Your Java Class Files?

What’s javap, how to use it and when would you want to disassemble class files? Read more

Similar

Java Agents

 Java Agents are an interesting capability of the JVM. Agents can either be Static(Load when the java app starts with a special flag) or the... (more…)

Read more »