What is Wrapper Class ?
Anonimo
As Java is not fully Object Oriented Programming language since primitive data types are present, in order to make fully OOPS Wrapper Classes introduced to store primitive data into object. Wrapper class wraps the primitive data. This makes the java fully OOPS language.