TECHNOticles

conversations on all interesting things related to technology and innovation ...

Integer Cache in JDK1.5

Share |

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.

,