Domanda di colloquio di Infosys

What is Wrapper Class ?

Risposta di colloquio

Anonimo

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.