Question: What command is the simplest way to list what modules a JAR depends on without listing package names? A. jdeps cookie.jar B. jdeps s cookie.jar
What command is the simplest way to list what modules a JAR depends on without listing package names?
A. jdeps cookie.jar
B. jdeps –s cookie.jar
C. jdeps –jdkinternals cookie.jar
D. jdeps --jdkinternals cookie.jar
E. jdeps -jdk-unsupported cookie.jar
F. jdeps --jdk-unsupported cookie.jar.
Step by Step Solution
3.45 Rating (168 Votes )
There are 3 Steps involved in it
The jdeps command is a handy tool in Java that is used to understand class dependencies The differen... View full answer
Get step-by-step solutions from verified subject matter experts
