Page 1 of 1

About Question enthuware.ocpjp.i.v11.2.3024 :

Posted: Sat Jun 29, 2019 4:23 am
by radupana
Hi,

Should the "-module" options be "--module" instead? As we can either use "--module" or "-m".

Thanks.

Regards,
Radu

Re: About Question enthuware.ocpjp.i.v11.2.3024 :

Posted: Sat Jun 29, 2019 9:39 am
by admin
Yes, it should be -- instead of -. Fixed.
We sincerely appreciate your feedback and as a token of our appreciation, we would like to refund your order. Kindly PM or email your orderid and we will do the rest.

thank you,
Paul.

Re: About Question enthuware.ocpjp.i.v11.2.3024 :

Posted: Sat Nov 14, 2020 7:07 pm
by dfigueira
Regarding point 3:
In other words, a class from an automatic module can access classes present on --module-path as well as on -classpath without having any "requires" clause (remember that there is no module-info in automatic modules).
Can an automatic module class access any class from --module-path? ...or only the classes from packages that are exported in modules declared in the --module-path?

Re: About Question enthuware.ocpjp.i.v11.2.3024 :

Posted: Sun Nov 15, 2020 2:53 am
by admin
Only the classes from packages that are exported in modules. This point has now been made clear in the explanation.
thank you for your feedback!