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