We talk about what are wrapper classes in Java. We discuss various methods of these classes like valuOf(), parseInt(), intValue() , toString().
The wrapper classes are used to convert primitive data types to corresponding objects. We discuss how to convert a string object to a primitive int or double value.Then we understand what is auto boxing and what is unboxing.