Which module defines the foundational APIs of the Java SE Platform?
Which module defines the foundational APIs of the Java SE Platform?
The module that defines the foundational APIs of the Java SE Platform is java.base. This module is automatically available and contains core classes and interfaces essential to the Java language, including those from java.lang.
answer: A java.base consists of packages like java.lang B failed java.se Defines the API of the Java SE Platform. type of java.compiler java.datatransfer java.desktop java.logging java.management
The correct answer is A. java.base. The foundational APIs of the Java SE Platform are found in the java.base module
Answer: A