How Can We Analyze the Dependencies in Java Classes and Packages ?

Java 8 comes with a new command line tool jdeps that can help in analyzing the package-level and class-level dependencies.

We can pass a jar file name or a class name as an argument to this tool. It will list all the dependencies of that jar or class.



You May Interest

What is the Difference Between an Iterator and ListIterator in Ja ...

What are the Situations in Which You Choose HashSet or TreeSet in ...

Why Should You Define a Default Constructor in Java ?

What is the Use of Interceptor Design Pattern in Java ?

What is Information Hiding in Java ?