Content deleted Content added
→top: Fixed typo Tags: canned edit summary Mobile edit Mobile app edit Android app edit |
Undid revision 1083720528 by Bikashdaga09 (talk) revert per WP:ELNO, this is just one of several articles where editor added an external link for company page. The rest were reverted, this one went unncticed until now. |
||
Line 29:
Primitive wrapper classes are not the same thing as primitive types. Whereas variables, for example, can be declared in Java as data types '''double''', '''short''', '''int''', etc., the primitive wrapper classes create instantiated objects and methods that inherit but hide the primitive data types, not like variables that are assigned the data type values.<ref name=murach/>
Therefore, the term ''Primitive wrapper class'' does not mean that
The <code>Byte</code>, <code>Short</code>, <code>Integer</code>, <code>Long</code>, <code>Float</code>, and <code>Double</code> wrapper classes are all [[subclass (computer science)|subclass]]es of the {{Javadoc:SE|java/lang|Number}} class.
|