Talk:Primitive wrapper class

From Wikipedia, the free encyclopedia

[edit] Other languages

Is Java the only language using wrapper classes, or some sort of? -- Face 08:30, 31 October 2006 (UTC)

No, but it is the only language I know of that has primitive wrappers as part of the standard library/language. The distinction here is that the wrapper classes are to 'wrap' the non-object primitive types in an object so that every type can be treated generically as an object. —Doug Bell talkcontrib 09:59, 31 October 2006 (UTC)