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

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

Moderator: admin

Post Reply
philippe
Posts: 26
Joined: Sun Jul 16, 2017 4:24 pm
Contact:

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

Post by philippe »

For the following answer:

Code: Select all

module com.abc.stocks{
  opens com.abc.stocks.analytics;
}
module com.abc.bonds{
  opens com.abc.bonds.analytics;
}
module com.abc.derivatives{
  opens com.abc.derivatives.analytics;
}
it is stated in the explanation: we have see questions that contain this keyword in wrong options.

However, I don't think this is a wrong option, as it answers the question: "Which of the following module descriptions could potentially be valid?"

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

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

Post by admin »

Yes, That is the point. This is valid usage in general but in the exam, we suggest to avoid selecting the option containing open/opens clause. Instead of that option, select the option that does not use these clauses. In this case, option 2 is the best option. Although both are correct in theory but you have to select only one, so, select the one without open/opens clauses.

Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests