Examine these module declarations: (Exhibit) Which two statements are correct? (Choose two.) By Singh | January 7, 2023 0 Comment Examine these module declarations:Which two statements are correct? (Choose two.) A. The ServiceProvider module should export the com.myimpl package. B. The placement of the com.example.api API in a separate module, ServiceAPI, makes it easy to install multiple provider modules. C. The Consumer module should require the ServiceProvider module. D. The ServiceProvider module does not know the identity of a module (such as Consumer) that uses the com.example.api API. E. The ServiceProvider module is the only module that, at run time, can provide the com.example.api API. Correct Answer: C,E