Content deleted Content added
→Autoboxing: The compiler automatically supplies the extra code needed to perfrom the type conversion. |
→Unboxing: not exactly the same: see Sun's article on Generics |
||
Line 35:
int k = i + j;
As of J2SE 5.0, the
[[Category:Data types]]
|