declaring/initializing primitives equal to creating new objects
- by mixm
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.