Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

Unboxing

  • submit to reddit

Why I'm Not a Fan Of Java's Auto-Unboxing

Starting with Java 1.5, the Java compiler started automatically taking care of converting boxed versions of primitive types into primitive types where necessary, and vice-versa.  While I’m generally in favor of anything that makes programming languages...

34 replies - 9381 views - 07/09/08 by Alan Keefer in Articles