Suppose you have the following interface in a module named animal.insect.api. What needs to be included in

Question:

Suppose you have the following interface in a module named animal.insect.api. What needs to be included in the module-info file for it to be a service provider interface? 

image text in transcribed

A. exports animal.insect.api;

B. exports animal.insect.api.bugs;

C. exports animal.insect.api.bugs.Bug;

D. requires animal.insect.api;

E. requires animal.insect.api.bugs;

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

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

Step by Step Answer:

Question Posted: