equal « primitive « Java Data Type Q&A





1. declaring/initializing primitives equal to creating new objects    stackoverflow.com

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.