Getting ready for 1.5  
Author Message
Wayne





PostPosted: 2003-7-29 14:46:00 Top

java-programmer, Getting ready for 1.5 I'd like to prepare for JDK 1.5. I know that generics/templates
will be in there. Will standard Java classes be retofitted to
use this new feature as appropriate? I'm thinking of course
about the collections, but also wondering about stuff such as
the clone interface.

I also know that enums will be in there. (Because the bug status
changed to closed/fixed.) But in what form? There were at least
two JSRs for that last time I checked.

Thanks!

-Wayne

 
Manish Jethani





PostPosted: 2003-7-29 19:30:00 Top

java-programmer >> Getting ready for 1.5 <http://java.sun.com/features/2003/05/bloch_qa.html>

 
Dale King





PostPosted: 2003-8-4 13:12:00 Top

java-programmer >> Getting ready for 1.5 In article <bg5680$v6k$email***@***.com>, email***@***.com says...
> I'd like to prepare for JDK 1.5. I know that generics/templates
> will be in there. Will standard Java classes be retofitted to
> use this new feature as appropriate? I'm thinking of course
> about the collections, but also wondering about stuff such as
> the clone interface.
>
> I also know that enums will be in there. (Because the bug status
> changed to closed/fixed.) But in what form? There were at least
> two JSRs for that last time I checked.

See:

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

In particular the draft specs in section 3.1

--
Dale King