Given: jdeps -jdkinternals C:\workspace4\SimpleSecurity\jar\classes.jar Which describes the expected

By | January 1, 2023

Given:
jdeps -jdkinternals C:\workspace4\SimpleSecurity\jar\classes.jar
Which describes the expected output?

Correct Answer: A
-jdkinternals option analyzes all classes in the .jar for class-level dependencies on JDK internal APIs. If any are found, the results with suggested replacements are output in the console.