Content deleted Content added
Added boxing, autoboxing, and unboxing, because autoboxing and unboxing redirect here. |
→Boxing: removed a link which already existed in the above section |
||
Line 4:
==Boxing==
In
For a more concrete example, in Java, a LinkedList can change its size, but an array must have a fixed size. You might desire to have a LinkedList of ints, but the LinkedList class only lists objects -- it cannot list primitive types.
|