Exam 1z0-819 All QuestionsBrowse all questions from this exam
Question 78

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

    Correct Answer: A

    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.

Discussion
ASPushkinOption: A

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

StavokOption: A

The correct answer is A. java.base. The foundational APIs of the Java SE Platform are found in the java.base module

tmuralimanoharOption: A

Answer: A