Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

java 1.5 (J2SE 1.5) New Feature

  Asked By: Joel    Date: Jul 02    Category: Java    Views: 1049
  


As you know the Java 2 Platform Standard Edition 1.5 (J2SE 1.5) is scheduled for beta release in late of this month !

The improvements planned for the Java 2 Platform, Standard Edition 1.5 (J2SE 1.5) fall into six basic categories:

1-Autoboxing/unboxing
2-Enhanced for loop
3-Generics
4-Metadata
5-Static import
6-Type safe enum

And i put together some of this new feature in the folowing link.

http://jcp.org/en/jsr/detail?id=014

http://jcp.org/en/jsr/detail?id=201

http://java.sun.com/features/2003/05/bloch_qa.html

http://forum.java.sun.com/forum.jsp?forum=316

roller.anthonyeden.com/.../20021205#jsr_201

http://www.manageability.org/blog/archive/20021204%23jsr_201_and_non_disruptive/view

http://shark.sourceforge.net/

servlet.java.sun.com/.../0-sf2001.jsp

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Marina Smith     Answered On: Jul 02

There are also some additional enhancements that Sun
may introduce in the 1.5 release. However they may be
postponed to a future relase as the deadlines are
getting closer and closer:

- Metal Look And Feel Improvements:
Sun is going to make the Metal LnF more appealing

- Shared VM:
A single VM per an application introduces a lot
of overhead specially for small programs. Sun is
going to make it possible to use a single VM in
more than one program.

 
Didn't find what you were looking for? Find more on java 1.5 (J2SE 1.5) New Feature Or get search suggestion and latest updates.




Tagged: