How can I identify classes which will be used in java class file

84 Views Asked by At

How can I identify java classes which will be used in a java *.class file by parsing the compiled *.class file?

Thanks in advance.

0

There are 0 best solutions below