Examine this excerpt from the declaration of the java.se module: (Exhibit) What does the transitive modifier By Singh | January 1, 2023 0 Comment Examine this excerpt from the declaration of the java.se module:What does the transitive modifier mean? A. Any module that requires the java.sql module does not need to require the java.se module. B. Any module that requires the java.se module does not need to require the java.sql module. C. Only a module that requires the java.se module is permitted to require the java.sql module. D. Any module that attempts to require the java.se module actually requires the java.sql module instead. Correct Answer: C