Table of Contents

Java Platform, Standard Edition and Java Development Kit Version 15 API Specification

Java Platform, Standard Edition and Java Development Kit Version 15 API Specification

Java Platform, Standard Edition and Java Development Kit Version 15 API Specification

Java Platform Standard Edition - Java SE

Java Development Kit (JDK) - JDK

This document is divided into two sections:

Java SE

The Java Platform, Standard Edition (Java SE) APIs define the core Java platform\ for general-purpose computing. These APIs are in Java modules whose names start with java.

java.transaction.xa Defines an API for supporting distributed transactions in JDBC. java.xml Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX), the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API. java.xml.crypto Defines the API for XML cryptography.

JDK

The Java Development Kit (JDK) APIs are specific to the JDK and will not necessarily be available in all Java implementations of the Java SE Platform. These Java APIs are in Java modules whose names start with jdk.

Fair Use Source: https://docs.oracle.com/en/java/javase/15/docs/api/index.html