Sun offers Java 1.5 new features prototype implementation download

zhaozj2021-02-08  298

An early access prototype implementation of new J2SE 1.5 language features is available. In this version of prototype for JSR014, JSR 65 Concise Object-Array Literals (usually referred to varargs) and JSR 201 Extending the Java Programming Language with Enumerations, Autoboxing, Enhanced for loops and Static Import are also supported. in addition, Variance concept for generic types and array types are introduced so that you may program Java codes in a more abstract and integral fashion. you can download this exciting implementation from

http://developer.java.sun.com/developer/earlyaccess/adding_generics/index.html

It requires J2SE 1.4.1 or later and provides some examples on how to actually use enum, varargs, foreach style loop, boxing-unboxing, static import, and so on. This early access must be bliss for those who can not wait for Tiger Beta Which is Going to Appear IN 2003 4th Quarter.

转载请注明原文地址:https://www.9cbs.com/read-680.html

New Post(0)