Java Platform Standard Edition 7 Documentation: What's New

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Java Platform Standard Edition 7

Documentation
Skip Java SE Documentation
Navigation Links

What's New

Release Notes

Tutorials and Training

The Java Tutorials

JavaFX 2 and Scene Builder 1 Tutorials

Java Training

More Information

Java SE 7 Names and Versions

Java SE White Papers

Documentation Accessibility

Specifications

Installation Instructions

Supported Systems Configurations

Java SE 7 and JDK 7 Compatibility

JDK 7 Adoption Guide

Troubleshooting Java SE

About Test / Sample Applications and Code

Downloads

Java SE Downloads

JDK 7 Documentation

Resources

Oracle Java SE Advanced and Oracle Java SE Suite

Open JDK

Bugs Database

Other Technologies

Java EE

Java ME

GlassFish

NetBeans

Oracle has two products that implement Java Platform Standard Edition (Java SE) 7: Java SE
Development Kit (JDK) 7 and Java SE Runtime Environment (JRE) 7.
JDK 7 is a superset of JRE 7, and contains everything that is in JRE 7, plus tools such as the
compilers and debuggers necessary for developing applets and applications. JRE 7 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
Tools &
Tool APIs

Java Language
java

javac
javadoc jar
Java
JConsole
JMC
JFR
VisualVM
IDL

JREDeployment
User
Interface
Toolkits

Deploy

javap

JPDA

Java DB Int'l

Security Troubleshoot Scripting

JVM
TI

Web
RMI
Services

Java Web Start


Applet / Java Plug-in
JavaFX
Java
Swing
Java 2D
AWT
Accessibility
Drag and Drop Input Methods Image I/O Print Service Sound SE
API
Integration IDL JDBC
JNDI
RMI
RMI-IIOP
Scripting
Libraries
Other Base Beans Int'l Support Input/Output
JMX
Libraries JNI
Math
Networking
Override Mechanism
Security Serialization Extension Mechanism XML JAXP
lang and util lang and
Concurrency
Collections
JAR
Base
util
Utilities
Libraries Logging
Management
Preferences API Ref Objects
Regular
Reflection
Versioning
Zip Instrumentation
Expressions
Java Virtual Java HotSpot VM
Machine

You might also like