Java Platform Standard Edition 8 Documentation

下面这个图挺有用的,收藏一下。

Oracle has two products that implement Java Platform Standard Edition (Java SE) 8: Java SE Development Kit (JDK) 8 and Java SE Runtime Environment (JRE) 8.

JDK 8 is a superset of JRE 8, and contains everything that is in JRE 8, plus tools such as the compilers and debuggers necessary for developing applets and applications. JRE 8 provides the libraries, the Java Virtual Machine (JVM), and other components to run applets and applications written in the Java programming language. Note that the JRE includes components not required by the Java SE specification, including both standard and non-standard Java components.

The following conceptual diagram illustrates the components of Oracle‘s Java SE products:

Description of Java Conceptual Diagram

JDK   Java Language
Java Language
   
Tools &
Tool APIs
java javac javadoc jar javap jdeps Scripting
Security Monitoring JConsole VisualVM JMC JFR
JPDA JVM TI IDL RMI Java DB Deployment
Internationalization Web Services Troubleshooting
JRE Deployment
Java Web Start Applet / Java Plug-in
User Interface
Toolkits
JavaFX
Swing Java 2D AWT Accessibility
Drag and Drop Input Methods Image I/O Print Service Sound
Java SE
API
Integration
Libraries
IDL JDBC JNDI RMI RMI-IIOP Scripting
Compact
Profiles
Other Base
Libraries
Beans Security Serialization Extension Mechanism
JMX XML JAXP Networking Override Mechanism
JNI Date and Time Input/Output Internationalization
lang and util
Base Libraries
lang and util
Math Collections Ref Objects Regular Expressions
Logging Management Instrumentation Concurrency Utilities
Reflection Versioning Preferences API JAR Zip
Java Virtual Machine
Java HotSpot Client and Server VM
 

来源: <http://docs.oracle.com/javase/8/docs/>

来自为知笔记(Wiz)

时间: 2024-09-30 08:11:29

Java Platform Standard Edition 8 Documentation的相关文章

J2EE是Java2平台企业版(Java 2 Platform,Enterprise Edition)

http://www.qdmm.com/BookReader/113167,54166719.aspx http://www.qdmm.com/BookReader/113167,54166867.aspx http://www.qdmm.com/BookReader/113167,54166868.aspx http://www.qdmm.com/BookReader/113167,54166869.aspx http://www.qdmm.com/BookReader/113167,5416

Java Cryptography Architecture Standard Algorithm Name Documentation for JDK 8

Java Cryptography Architecture Standard Algorithm Name Documentation for JDK 8: http://docs.oracle.com/javase/8/docs/api/index.html Java Cryptography Architecture Standard Algorithm Name Documentation for JDK 8

PowerBuilder 2019 GA Universal Edition &amp; GA Cloud Edition &amp; GA Standard Edition

PowerBuilder 2019 GA Universal Edition Common files(Full build 2082):http://file.appeon.com/download/APB/2019/GA/build_2082/AppeonInstallerCommonFiles-2019-Full-2082.zip MR Common files 2082(MR build 2082):http://file.appeon.com/download/APB/2019/MR/

深入探析 Rational AppScan Standard Edition 多步骤操作

序言 IBM Rational AppScan Standard(下文简称 AppScan)作为面向 Web 应用安全黑盒检测的自动化工具,得到业界的广泛认可和应用.很多人使用 AppScan 时都采用其强大的手工探索加自动探测的方式,然而这种方式并不适用于所有场景.使用 AppScan 进行安全扫描时,我们必须保证 AppScan 探索出来的 URL 的有效性(尤其是用户想导出这些探索结果以供复用的情况下),有效性即指该 URL 对应的 HTTP 请求能被服务器端接受并按照期望的方式进行处理.

Lync Server 2013 实战系列之四:标准版-准备第一个Standard Edition Server

在之前的文章中,我们已经完成了Lync Server 2013 部署之前的一系列工作,也是部署Lync之前的必备条件,希望大家能慢慢体会到怎么做和为什么要这么去做.今天就可以跟大家一起分享如何去准备第一个标准版. 1. 手动将Lync的管理员账户加入到Csadministrator组 在准备完Active Directory 后需要把Lync的管理员账户添加到Lync的管理员组中,否则在后面的拓扑发布等操作会发生各种错误.在DC上打开"Active Directory用户和计算机"--

【Java】Java Platform

The Java platform has two components: The Java Virtual Machine The Java Application Programming Interface(API) The API are known as packages.

Oracle Database 11g Release 2 Standard Edition and Enterprise Edition Software Downloads

Oracle 数据库 11g 第 2 版 标准版.企业版 软件下载 Microsoft Windows(32 位) 光盘 1.光盘 2 (2GB) 1 Microsoft Windows (x64) 光盘 1.光盘 2 (2GB) 2 Linux x86 光盘 1.光盘 2 (2GB) 3 Linux x86-64 光盘 1.光盘 2 (2GB) 3 Solaris (SPARC)(64 位) 光盘 1.光盘 2 (2GB) 4 Solaris (x86-64) 光盘 1.光盘 2 (2GB)

A multi-faceted language for the Java platform

最近在研究关于groovy 相关的技术 希望有研究交到研究这方面的朋友 ? ? ? Groovy 最新的地址 http://www.groovy-lang.org/ ? ?

【8-19】java学习笔记01

JDK API文档 java SE 8 API文档:http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.html jdk-8-apidocs  在线版: http://docs.oracle.com/javase/8/docs/api/index.html java SE 7 API文档: http://www.oracle.com/technetwork/java/java