是J2SE 5.0(Java1.5)的名稱
為Java增加了許多新特性:
- generic types
- metadata
- autoboxing
- an enhanced for loop
- enumerated types
- static import
- C style formatted input/output
- variable arguments
- concurrency utilities
- a simpler RMI interface generation.
相關連結:
http://java.sun.com/j2se/1.5.0/index.jsp
http://blog.cyberjos.idv.tw/comments/Java/Java+1.5
http://www.javaworld.com.tw/blog/archives/ciyawasay/000106.html
|