Java® 平台, 标准版 & JDK 21 API 文档

文档分为以下两部分:

Java SE
The Java Platform, Standard Edition (Java SE) APIs是Java平台核心API,具有平台通用性。这些api位于模块名以java开头的模块中。
JDK
The Java Development Kit (JDK) APIs 存在于JDK中,不一定在所有Java SE平台的实现中都可用。这些api位于模块名以jdk开头模块中。
模块
描述
定义Java SE平台的基础api。
定义语言模型、注解处理和Java编译器的相关api。
定义用于在应用程序之间和内部传输数据的API。
定义AWT和Swing用户界面工具包,以及用于可访问性、音频、图像、打印和JavaBeans的api。
Defines services that allow agents to instrument programs running on the JVM.
定义Java本身实现的日志框架的API.
Defines the Java Management Extensions (JMX) API.
定义JMX远程连接的api
定义访问命名和目录服务(JNDI) API.
定义Http客户端和WebSocket的api
Defines the Preferences API.
定义RMI的api
定义脚本相关api
定义Java平台的API.
Defines the Java binding of the IETF Generic Security Services API (GSS-API).
Defines Java support for the IETF Simple Authentication and Security Layer (SASL).
Defines the Java Smart Card I/O API.
定义JDBC的API.
定义JDBC结果集的API.
定义JDBC支持分布式事务的API.
Defines the Java APIs for XML Processing (JAXP).
Defines the API for XML cryptography.
Defines JDK utility classes used by implementors of Assistive Technologies.
Defines the attach API.
额外提供在java.base(里面大多数是两个字节和IBM字符集)没有的 字符集
Defines the implementation of the system Java compiler and its command line equivalent, javac.
Provides the implementation of the SunPKCS11 security provider.
Provides the implementation of the SunEC security provider.
Defines the API for dynamic linking of high-level operations on objects.
Provides the implementation of the edit pad service used by jdk.jshell.
Defines the implementation of the HotSpot Serviceability Agent.
Defines the JDK-specific HTTP server API, and provides the jwebserver tool for running a minimal HTTP server.
Defines an API for expressing computations that can be reliably compiled at runtime into SIMD instructions, such as AVX instructions on x64, and NEON instructions on AArch64.
Defines tools for manipulating Java Archive (JAR) files, including the jar and jarsigner tools.
Defines the implementation of the system documentation tool and its command-line equivalent, javadoc.
Defines tools for diagnostics and troubleshooting a JVM such as the jcmd, jps, jstat tools.
Defines the JMX graphical tool, jconsole, for monitoring and managing a running application.
Defines tools for analysing dependencies in Java libraries and programs, including the jdeps, javap, and jdeprscan tools.
Defines the Java Debug Interface.
Provides the implementation of the Java Debug Wire Protocol (JDWP) agent.
Defines the API for JDK Flight Recorder.
Defines the jlink tool for creating run-time images, the jmod tool for creating and manipulating JMOD files, and the jimage tool for inspecting the JDK implementation-specific container file for classes and resources.
Defines the Java Packaging tool, jpackage.
Provides the jshell tool for evaluating snippets of Java code, and defines a JDK-specific API for modeling and executing snippets.
Defines the API for the JavaScript Object.
Defines the jstatd tool for starting a daemon for the jstat tool to monitor JVM statistics remotely.
Provides the locale data for locales other than US locale.
Defines JDK-specific management interfaces for the JVM.
Defines the JMX management agent.
Defines the Management Interface for JDK Flight Recorder.
Provides the implementation of the DNS Java Naming provider.
Provides the implementation of the RMI Java Naming provider.
Defines the JDK-specific Networking API.
Defines JDK-specific file mapping modes.
Defines the JDK-specific API for SCTP.
Provides implementations of the javax.security.auth.* interfaces and various authentication modules.
Defines JDK extensions to the GSS-API and an implementation of the SASL GSSAPI mechanism.
定义了W3C Document Object Model(DOM)相关API.
提供Zip文件系统功能的实现。