Content deleted Content added
m →J2SE 5.0 (September 30, 2004): Fixed footnote typo |
m Fixed more References typos |
||
Line 38:
== J2SE 1.4 ([[February 6]], [[2002]])==
Codename '''Merlin'''.
This was the first release of the Java platform developed under the Java Community Process as [http://www.jcp.org/en/jsr/detail?id=59 JSR 59]. Major changes included:<ref name = "pr14">[http://www.sun.com/smi/Press/sunflash/2002-02/sunflash.20020206.5.html Version 1.4 press release].</ref><ref name = "ch14">[http://java.sun.com/j2se/1.4.2/docs/relnotes/features.html
* <code>[[Assertion (computing)|assert]]</code> keyword (Specified in [http://www.jcp.org/en/jsr/detail?id=41 JSR 41].)
* [[regular expressions]] modeled after [[Perl]] regular expressions
Line 79:
=== Major changes ===
Major changes included in this version:<ref name = "pr16">[http://www.sun.com/smi/Press/sunflash/2006-12/sunflash.20061211.1.xml
* Scripting Language Support ([[JSR 223]]): Generic API for tight integration with scripting languages, and built-in [[Mozilla]] [[Javascript]] [[Rhino (JavaScript engine)|Rhino]] integration
* Dramatic performance improvements for the core platform<ref name = "lobby">[http://www.javalobby.org/java/forums/t66270.html Java Lobby].</ref><ref name = "weblog">[http://weblogs.java.net/blog/opinali/archive/2005/11/mustangs_hotspo.html
* [[JDBC]] 4.0 support ([[JSR 221]]).
* Java Compiler API ([[JSR 199]]): an API allowing a Java program to select and invoke a Java Compiler programmatically.
|