Consider the modules diagram in question 17. Suppose we want the code in module com.sf to depend

Question:

Consider the modules diagram in question 17. Suppose we want the code in module com.sf to depend on code in module com.ny. Which of the following directives goes into module com.ny’s module-info file to configure that behavior? 


Diagram in question 17.

image text in transcribed

A. One module-info.java file is required in position Z.

B. Two module-info.java files are required, in positions V and X.

C. Two module-info.java files are required, in positions W and Y.

D. Three module-info.java files are required, in positions V, X, and Z.

E. Three module-info.java files are required, in positions W, Y, and Z.

F. None of the above.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: