Primitive wrapper class in Java: Difference between revisions

Content deleted Content added
Chealer (talk | contribs)
m remove link on "Wrapper classes" (not discussed in object type)
No edit summary
Line 27:
<div style="text-align:justify;">
'''Don't get confused'''<br/>
The term mentioned ''Primitive Wrapper Classes'' '''does not really''' mean that Wrapper classes are Primitive types in Java. It should be read this way, a class that wraps a primitive type. Wrapper classes can be used to store the same value as of a primitive type variable but the instances/objects of wrapper classes themselves are ''Non-Primitive''. We cannot say that Wrapper classes themselves are Primitive types. They just wrap the primitive types.
</div>