1Z0-829 Java Platform Overview and Packaging • Set 3
1Z0-829 Java Platform Overview and Packaging Practice Test 3 — 15 questions with explanations. Free, no signup.
A developer runs the above jdeps command on app.jar. Which statement about the dependencies is correct?
Refer to the exhibit. ``` $ jdeps -summary -s -cp lib/*:classes -R app.jar app.jar -> java.base app.jar -> java.sql app.jar -> com.thirdparty.util app.jar -> com.thirdparty.helper (modular) com.thirdparty.helper -> java.base ```