Difference between revisions of "Autoboxing"
From Suhrid.net Wiki
Jump to navigationJump to search (Created page with " * * Category:OCPJP") |
|||
| Line 1: | Line 1: | ||
| + | == Introduction == | ||
| + | |||
| + | * Wrapper classes for primtives are a mechanism to include primitives in activities reserved for objects. e.g. being part of Collections. | ||
| + | * Wrapper objects are '''immutable''' ! | ||
| − | |||
| − | |||
[[Category:OCPJP]] | [[Category:OCPJP]] | ||
Revision as of 01:02, 13 August 2011
Introduction
- Wrapper classes for primtives are a mechanism to include primitives in activities reserved for objects. e.g. being part of Collections.
- Wrapper objects are immutable !