您的位置:首页 > 编程语言 > Java开发

Sun提供Java 1.5新特性原型实现下载

2008-04-26 00:45 537 查看
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 Java.Sun.com/developer/earlyAccess/adding_generics/index.html" target=_blank>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’t wait for Tiger beta which is going to appear in 2003 4th quarter.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: