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 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.datatransfer - Defines the API for transferring data between and within applications.
  • java.desktop - Defines the AWT and Swing user interface toolkits, plus APIs for accessibility, audio, imaging, printing, and JavaBeans.
  • java.instrument - Defines services that allow agents to instrument programs running on the JVM.
  • java.management.rmi - Defines the RMI connector for the Java Management Extensions (JMX) Remote API.
  • java.naming - Defines the Java Naming and Directory Interface (JNDI) API.
  • java.rmi - Defines the Remote Method Invocation (RMI) API.
  • java.se - Defines the API of the Java SE Platform.
  • java.security.jgss - Defines the Java binding of the IETF Generic Security Services API (GSS-API).

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

java_platform_standard_edition_and_java_development_kit_version_15_api_specification.txt · Last modified: 2020/11/20 01:10 by 127.0.0.1