Possible Duplicates:
When to use wrapper class and primitive type
What is boxing and unboxing and what are the trade offs?
Boxing basically converts primitive type to its corresponding reference type. But when do we need Boxing? Whether Wrapper class and Boxing do the same job?