Jul 02
Java Platform, Standard Edition (Java SE)
- Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications onand servers, as well as today’s demanding Embedded and Real-Time environments.
- Components supported by Java SE are :
a) Core Components
- Basic
- CORBA
- HotSpot VM
- Java Naming & Directory Interface (JNDI)
- Tools APIs
- XML
b) Java Virtual Machine
- HotSpot VM
c) Database Components
- Java Database Connectivity (JDBC) Technology
d) Security Components
- Java Security Technology
e) Desktop Components
- Accessibility
- Java Plug-in
- JavaBeans
- Abstract Window Toolkit (AWT)
- JavaHelp System
- Java Web Start
- Java 2D
- Java 3D
- JDesktop Integration
- Java Advanced Imaging
- Java Sound
- Java Access Bridge
- Java Media Framework
- Java Bindings for OpenGL Source
- Swing
There are two principal products in the Java SE platform family:
- Java SE Runtime Environment (JRE) and
- Java Development Kit (JDK).
Java Runtime Environment (JRE)
- 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.
- In addition, two key deployment technologies are part of the JRE: Java Plug-in, which enables applets to run in popular browsers; and Java Web Start, which deploys standalone applications over a network.
Java Development Kit (JDK)
- 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.
- Java Development Kit (JDK) was simply renamed the Software Development Kit (SDK) in November of 1999.
Java SE releases :
|
Year of release |
Development |
|
2000 |
J2SE with SDK 1.3 |
|
2002 |
J2SE with SDK 1.4 |
|
2004 |
J2SE 5.0 (or J2SE with JDK 1.5 ) |
|
2006 |
Java SE 6 (or Java SE 1.6.0) |
Latest release : Java SE 1.6.0_14
(It means Java SE 1.6.0 with 14th update)



Recent Comments