nerdexam
Oracle

1Z0-815 · Question #39

Examine this excerpt from the declaration of the java.se module: What does the transitive modifier mean?

The correct answer is A. Only a module that requires the java.se module is permitted to require the java.sql module. See the full explanation below for the reasoning.

Question

Examine this excerpt from the declaration of the java.se module:

What does the transitive modifier mean?

Options

  • AOnly a module that requires the java.se module is permitted to require the java.sql module.
  • BAny module that requires the java.se module does not need to require the java.sql module.
  • CAny module that attempts to require the java.se module actually requires the java.sql module
  • DAny module that requires the java.sql module does not need to require the java.se module.

How the community answered

(44 responses)
  • A
    77% (34)
  • B
    11% (5)
  • C
    7% (3)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-815 Practice