Page 1 of 1

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

Posted: Mon Jun 24, 2019 2:19 pm
by entitybean
Are you sure the given options show the right notation for content of a module-info?
I think this is right (inside module-info.java file):

Code: Select all

module <name of module goes here> {
    exports com.abc.account;
}
I have checked several books and official online docs (e.g. https://openjdk.java.net/projects/jigsaw/quick-start), I have NEVER seen the content in the form given in this question:

Code: Select all

module-info {
    exports com.abc.account;
}
I think NONE of the given answers are valid module-info.java files.

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

Posted: Mon Jun 24, 2019 9:39 pm
by admin
You are right. I checked all other module questions and another question 2.3431 also had this error. All others are correct.
We apologize for the error and would like to refund your order. Kindly PM or email us your orderid.

thank you for your feedback!
Paul.

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

Posted: Tue Jun 25, 2019 3:00 pm
by entitybean
Thank you! No need for a refund. I'm happy to help (... and learn)!

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

Posted: Tue Jun 25, 2019 8:56 pm
by admin
Thank you for your consideration.

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

Posted: Sun Jun 30, 2019 5:56 am
by radupana
Hi,

One more point on this question; The package should be com.abc.accounts instead of com.abc.account, right?

Regards,
Radu

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

Posted: Sun Jun 30, 2019 9:11 pm
by admin
radupana wrote:
Sun Jun 30, 2019 5:56 am
One more point on this question; The package should be com.abc.accounts instead of com.abc.account, right?
Correct.