nerdexam
Oracle

1Z0-819 · Question #124

Which two statements are true about the modular JDK? (Choose two.)

The correct answer is A. The foundational APIs of the Java SE Platform are found in the java.base module C. It is possible but undesirable to configure modules' exports from the command line. See the full explanation below for the reasoning.

Question

Which two statements are true about the modular JDK? (Choose two.)

Options

  • AThe foundational APIs of the Java SE Platform are found in the java.base module
  • BAll APIs are exported by default from modules for all but the java.base module.
  • CIt is possible but undesirable to configure modules' exports from the command line.
  • DAPIs are deprecated more aggressively because the JDK has been modularized.

How the community answered

(23 responses)
  • A
    83% (19)
  • B
    13% (3)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-819 Practice