1. declaring/initializing primitives equal to creating new objects stackoverflow.comis declaring/initializing primitives the same as creating new objects? from what i know when we create primitives, we also creating wrapper classes for them. im implementing on java btw. |
2. == operator for primitive data types stackoverflow.comPossible Duplicate:I am trying to understand the difference ... |
3. Comparing Wrapper and Primitive (== and equals()) coderanch.com |