Boxing (computer programming): Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m Removing obsolote parameter from template, replaced: Article issues → Multiple issues using AWB (7120)
Unboxing: reword
Line 34:
 
===Unboxing===
Unboxing refers to breaking down a boxed value type whichand has been broken down andretrieving the value type retrieved for a process of some kind such as a mathematical operation.
 
For example, in versions of Java prior to J2SE 5.0, the following code did not compile: