Infosys Interview Question

What is Wrapper Class ?

Interview Answer

Anonymous

Feb 19, 2025

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.