declaring/initializing primitives equal to creating new objects

Posted by mixm on Stack Overflow See other posts from Stack Overflow or by mixm
Published on 2010-05-20T15:16:38Z Indexed on 2010/05/20 15:20 UTC
Read the original article Hit count: 228

is 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.

© Stack Overflow or respective owner

Related posts about primitives

Related posts about objects