About Question enthuware.ocpjp.v11.2.3144 :
Posted: Thu Dec 24, 2020 5:47 am
In the question, module name is "com.amazing.customer".
but in correct option(and some other options) it is reffered as "com.amazon.customer".
Code: Select all
module com.amazing.movies{
requires transitive com.amazing.customer;
}