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

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.
baby.otter food.fish
Step by Step Solution
3.48 Rating (168 Votes )
There are 3 Steps involved in it
To make Java 8 JARs into modules you would typically start by adding a moduleinfojava file to each J... View full answer
Get step-by-step solutions from verified subject matter experts
