When to use primitive and when reference types in Java

Posted by Gandalf StormCrow on Stack Overflow See other posts from Stack Overflow or by Gandalf StormCrow
Published on 2010-03-24T15:38:41Z Indexed on 2010/03/24 17:23 UTC
Read the original article Hit count: 327

In which case should you use primitive types(int) or reference types (Integer)?

This question sparked my curiosity.

© Stack Overflow or respective owner

Related posts about java

Related posts about primitive-types