Content deleted Content added
Hello ! Readers especially students might get confused after reading the word "Primitive Wrapper classes" It seems like we mean to say that wrapper classes are primitive types in Java. I am a Java Professional, so I wanted to clear this doubt. Thanks. |
No edit summary |
||
Line 26:
<b>Don't get confused</b><br/>
The term mentioned <i>Primitive Wrapper Classes</i> <b>does not</b> 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 <i>Non-Primitive</i>. We cannot say that Wrapper classes themselves are Primitive types. They just wraps the primitive types.
|