SKShubham Karadkarinshubhamkaradkar.hashnode.dev·Nov 13, 2023 · 6 min readExploring Java Packaging, Decompiling, and Dependencies with Jar, Javap, and JdepsIn the world of Java programming, two critical aspects are going unnoticed by the casual observer: the ability to peek inside compiled code and to unravel the intricate web of dependency within a Java application. Java, being a robust and widely used...00
SKShubham Karadkarinshubhamkaradkar.hashnode.dev·Oct 23, 2023 · 5 min readFrom Bugs to Bliss: Navigating Java Debugging via the Command Line with JDBWhat is JDB? JDB (The Java debugger) is a versatile command-line debugging tool tailored for Java classes. In its role as a standard debugger, it offers robust capabilities for inspecting and debugging both local and remote Java Virtual Machines. Why...01S