Reasons why we need Wrapper Classes

null is a possible value
use it in a Collection
Methods that support Object like creation from other types.. like String
Integer number2 = new Integer("55");//String