programming

TwitterFacebook
Get flash to fully experience Pearltrees
java

howto

humor

design

agile

ide

jobs

scala

Boxing Conversion in J2SE 5.0

Last year, Sun released its latest version of Java, J2SE 5.0, with lots of new features. One of them is the autoboxing conversions for primitives and wrapper objects. This article gives some insight about what boxing conversion in Java is, and how it is used in real-world programming. I will present the meaning of autoboxing and a few programming techniques. http://today.java.net/pub/a/today/2005/03/24/autoboxing.html
http://programmer.97things.oreilly.com/wiki/index.php/97_Things_Every_Programmer_Should_Know

97 Things Every Programmer Should Know - Programmer 97-things

From Programmer 97-things Welcome to the home page for the 97 Things Every Programmer Should Know project, pearls of wisdom for programmers collected from leading practitioners. You can read through the Contributions Appearing in the Book plus the Other Edited Contributions , browse Contributions in Progress , view the list of Contributors , and also learn How to Become a Contributor . If you would simply like to comment on a contribution, please also read How to Become a Contributor as some of it applies to you. There is no overarching narrative: The collection is intended simply to contain multiple and varied perspectives on what it is that contributors to the project feel programmers should know.