Java Asif

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

The two principal products in the Java SE platform are: Java Development Kit (JDK) and Java SE Runtime

Environment (JRE).

The JDK is a superset of the JRE, and contains everything that is in the JRE, plus tools such as the
compilers and debuggers necessary for developing applets and applications. The Java Runtime
Environment (JRE) provides the libraries, the Java Virtual Machine, and other components to run applets
and applications written in the Java programming language.

The following conceptual diagram illustrates all the component technologies in Java SE platform and
how they fit together.

Java
Java Language
Language
Java
java javado JConsol
java apt jar javap JPDA VisualV
` Tools & c c e
M
Tool APIs
Securit ID Deplo Monitorin Troublesho Scriptin
Int'l RMI JVM TI
y L y g ot g
RIAs Java Web Start Applet / Java Plug-in
User
AWT Swing Java 2D
Interface
Accessibility Drag n Drop Input Methods Image I/O Print Service Sound
Toolkits
Integrati
JD on IDL JDBC JNDI RMI RMI-IIOP Scripting
K Libraries
Jav
Input/Outp
Other Beans Intl Support JMX JNI Math a
JR Base ut
SE
E Libraries Networkin Override Security
Serializati Extension XML
AP
g Mechanism on Mechanism JAXP
I
lang and Collectio Concurren
lang and JAR Logging Management
util ns cy Utilities
util
Regular
Base Preferenc Ref Versionin Zi Instrumentati
Reflection Expressio
Libraries es API Objects g p on
ns
Java
Virtual Java Hotspot Client and Server VM
Machine

You might also like