Suppose you have the following class in a module named animal.insect.impl. Which two most likely go in

Question:

Suppose you have the following class in a module named animal.insect.impl. Which two most likely go in the module-info of the service locator? (Choose two.) 

image text in transcribed

A. requires animal.insect.api.bugs;

B. requires animal.insect.api.bugs.Bug;

C. requires animal.insect.impl;

D. uses animal.insect.api.bugs;

E. uses animal.insect.api.bugs.Bug;

F. uses animal.insect.api.bugs.Bug with animal.insect.impl.Worm;

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

Step by Step Answer:

Question Posted: