Saturday, March 26, 2005

Boxing with Java 5

J2SE 5.0's autoboxing feature liberates you from the hassle of bundling your primitives into wrapper objects in various situations (like putting them in collections), but autoboxing doesn't always behave as you might expect. Krishna Srinivasan has details on how this milestone feature really works.
rating comment: It's just what you need to know about Java 5's autoboxing feature!

No comments: