Which two modules include APIs in the Java SE Specification?

Which two modules include APIs in the Java SE Specification? (Choose two.)
A. java.logging
B. java.desktop
C. javafx
D. jdk.httpserver
E. jdk.jartool

Download Printable PDF. VALID exam to help you PASS.

One thought on “Which two modules include APIs in the Java SE Specification?

  1. The right answer is A & B,

    Java Documentation at https://docs.oracle.com/en/java/javase/11/docs/api/index.html states the following:
    Java SE:
    The Java Platform, Standard Edition (Java SE) APIs define the core Java platform for general-purpose computing. These APIs are in modules whose names start with java.
    ——–
    JDK:
    The Java Development Kit (JDK) APIs are specific to the JDK and will not necessarily be available in all implementations of the Java SE Platform. These APIs are in modules whose names start with jdk.

    22

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.