Suppose you have these two JARs from Java 8 . Which steps, when taken together, would be

Question:

Suppose you have these two JARs from Java 8Which steps, when taken together, would be the best way to make them modules? (Choose two.) 

image text in transcribed

A. Add a module-info.java to each.

B. Add them to the classpath.

C. Create a third module to contain the common code.

D. Merge them into one module to break the cyclic dependency.

E. Rename the modules to use dashes instead of dots.

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

Step by Step Answer:

Question Posted: