Pregunta de entrevista de Infosys

What is Wrapper Class ?

Respuesta de la entrevista

Anónimo

19 feb 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.