Thursday, January 2, 2014

J2SE Version 1.2 features

This was a very significant release of Java as it tripled the size of the Java platform to 1520 classes in 59 packages. Major additions included

strictfp keyword
the Swing graphical API was integrated into the core classes
Sun's JVM was equipped with a JIT compiler for the first time
Java IDL, an IDL implementation for CORBA interoperability
Collections framework
Java String memory map for constants.
Just In Time (JIT) compiler.
Jar Signer for signing Java ARchive (JAR) files.
Policy Tool for granting access to system resources.
Java Foundation Classes (JFC) which consists of Swing 1.0, Drag and Drop, and Java 2D class libraries.
Java Plug-in
Scrollable result sets, BLOB, CLOB, batch update, user-defined types in JDBC.
Audio support in Applets.

No comments:

Post a Comment