
The Java language has undergone several changes since JDK 1.0 as well as numerous additions of classes and packages to the standard library. Since J2SE 1.4, the evolution of the Java language has been governed by the Java Community Process (JCP), which uses Java Specification Requests (JSRs) to propose and specify additions and changes to the Java platform. The language is specified by the Java Language Specification (JLS); changes to the JLS are managed under JSR 901.
Welcome to CWAnswers
CWAnswers is your guide to the sprawling world wide web. The directory aims to provide a useful guide made by users. You can share your knowledge as well - simply sign up and edit your first entry. For questions just contact the team at support - at - cwanswers.com.
Weblinks for Java 6
Top 10 for Java 6
Things about Java 6 you find nowhere else.
Select content modules
java.blogs - Welcome to the java.blogs community!
Group aggregation for Java-related weblogs. ... New This Week: 6. Entries: Total: 305016. Searchable: 302380. New Today: 99. Other: Users: 8330 ...javablogs.com/Vote for Java6 on Leopard!
... beta release of the open source java 6. This campaign has gathered 105 blog ... Blogs weltweit eine Art Unterschriftenkampagne geführt, damit Apple Java 6 für ...blogs.sun.com/bblfish/entry/vote_for_java6_on_leopardJava Blog
Daily java tutorials and tips ... java (15) javapolis (6) site (1) spring (1) web (3) Friend Connect. ARCHIVES. December 2008 (8) ...javablog.be/No Java 6 Yet In Leopard - Developers Freaking Out at Simon's Blog
... Technology Blog ... Simon Brocklehurst's Technology Blog. No Java 6 Yet In Leopard ... iPhone Software " Blog Archive " Java 6 Developer preview ...www.psynixis.com/blog/2007/10/31/no-java-6-yet-in-leopard-de...Kirill Grouchnikov's Blog: Why i don't care about Java 6 on Leopard
... only reason they bought Leopard was for Java 6, some say that their honeymoon ... mention that it's in Java (so you don't get blog-flamed about lack of ...weblogs.java.net/blog/kirillcool/archive/2007/10/why_i_donat...
The Java language has undergone several changes since JDK 1.0 as well as numerous additions of classes and packages to the standard library. Since J2SE 1.4, the evolution of the Java language has been governed by the Java Community Process (JCP), which uses Java Specification Requests (JSRs) to propose and specify additions and changes to the Java platform. The language is specified by the Java Language Specification (JLS); changes to the JLS are managed under JSR 901.
In addition to the language changes, much more dramatic changes have been made to the Java class library over the years, which has grown from a few hundred classes in JDK 1.0 to over three thousand in J2SE 5.0. Entire new APIs, such as Swing and Java2D, have been introduced, and many of the original JDK 1.0 classes and methods have been deprecated.
Some programs allow to convert Java programs from one version of the Java Platform to an older one (for example Java 5.0 backported to 1.4) (see Java backporting tools).
JDK 1.0 (January 23, 1996)
Codename Oak. Initial releaseVersion 1.0 press release, Sun.
JDK 1.1 (February 19, 1997)
Major additions included:Version 1.1 press release, Sun.
- an extensive retooling of the AWT event model
- inner classes added to the language
- JavaBeans
- JDBC
- RMI
J2SE 1.2 (December 8, 1998)
Codename Playground. This and subsequent releases through J2SE 5.0 were rebranded retrospectively Java 2 and the version name "J2SE" (Java 2 Platform, Standard Edition) replaced JDK to distinguish the base platform from J2EE (Java 2 Platform, Enterprise Edition) and J2ME (Java 2 Platform, Micro Edition). Major additions included:Version 1.2 press release, Sun.
strictfpkeyword- reflection which supports Introspection only, no modification at runtime possible.
- the Swing graphical API was integrated into the core classes
- Sun's JVM was equipped with a JIT compiler for the first time
- Java Plug-in
- Java IDL, an IDL implementation for CORBA interoperability
- Collections framework
J2SE 1.3 (May 8, 2000)
Codename Kestrel. The most notable changes were:Version 1.3 press release, Sun.Version 1.3 full list of changes, Sun.




















