About Question enthuware.ocpjp.ii.v11.2.3437 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
sohamdatey22
Posts: 28
Joined: Sun Sep 11, 2022 3:55 am
Contact:

Re: About Question enthuware.ocpjp.ii.v11.2.3437 :

Post by sohamdatey22 »

is the options second not valid as we have used --list-deps?
and if we had not used would the flag, will the option 2 be correct?

also why option 3 is incorrect?
It will list all the standard JDK modules on which moduleA depends.
I ran the command on my modular jar and got the standard module java.base

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.ii.v11.2.3437 :

Post by admin »

Option 2 is not valid because it will not list all the packages.

Option 3 is incorrect because it will list all the modules and not just standard jdk modules. Since all modules includes jdk modules, option 1 is preferred.

sohamdatey22
Posts: 28
Joined: Sun Sep 11, 2022 3:55 am
Contact:

Re: About Question enthuware.ocpjp.ii.v11.2.3437 :

Post by sohamdatey22 »

and if we had not used the flag --list-deps, will the option 2 be correct?

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.ii.v11.2.3437 :

Post by admin »

Yes, you can try out something like jdeps TestClass.class and see the output.

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests