Feb 3, 20102
Integer Cache in JDK1.5
Integer Cache is an interesting concept in Java 1.5 that I recently discovered while reading a blog post.
Here is a post on another blog that explains the concept of Caching Integer Objects in detail: Integer Cache in JDK1.5.