Java SE 11 Developer (1Z0-819) — Question 100

Which module defines the foundational APIs of the Java SE Platform?

Answer options

Correct answer: A

Explanation

The correct answer is A, java.base, as it contains the essential classes and APIs that form the foundation of the Java SE Platform. Options B (java.se) does not exist as a module, C (java.lang) is part of java.base but does not encompass all foundational APIs, and D (java.object) is not a valid module in the Java SE Platform.