About Question enthuware.ocpjp.ii.v11.2.3426 :
Posted: Thu Dec 03, 2020 1:48 pm
For the following answer:
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?"
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;
}
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?"