Content deleted Content added
Vedant lath (talk | contribs) |
m fixed wikilink for renamed article |
||
Line 1:
In the [[Java programming language]], a '''primitive wrapper class''' is one of eight classes provided in the {{Javadoc:SE|package=java.lang|java/lang}} [[
Wrapper classes are used represent primitive values when an {{Javadoc:SE|java/lang|Object}} is required. The wrapper classes are used extensively with {{Javadoc:SE|java/util|Collection}} classes in the {{Javadoc:SE|package=java.util|java/util}} package and with the classes in the {{Javadoc:SE|package=java.lang.reflect|java/lang/reflect}} [[Reflection (computer science)|reflection]] package.
|