Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 1z0-819 topic 1 question 128 discussion

Actual exam question from Oracle's 1z0-819
Question #: 128
Topic #: 1
[All 1z0-819 Questions]

Which two commands are used to identify class and module dependencies? (Choose two.)

  • A. java --show-module-resolution
  • B. jmod describe
  • C. java Hello.java
  • D. jdeps --list-deps
  • E. jar --show-module-resolution
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ASPushkin
1 week, 6 days ago
Selected Answer: BD
A exists java --show-module-resolution it shows all modules all the modules required and resolved by the root
upvoted 1 times
...
d7bb0b2
4 months, 1 week ago
Selected Answer: BD
A and E not exist and C is a compiler class opcion.
upvoted 1 times
...
Stavok
9 months, 3 weeks ago
Selected Answer: BD
The two commands that can be used to identify class and module dependencies are B. jmod describe and D. jdeps --list-deps.jmod describe is a command that can be used to display information about the contents of a jmod file, including its dependencies 1. jdeps --list-deps is a command that can be used to list the dependencies of a Java class file 1jdeps is a command-line tool that can be used to analyze the static dependencies of Java applications and libraries
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...