Wrapper Class in Java

Wrapper Class in Java In Java, the term wrapper class commonly refers to a set of Java classes that “objectify” the primitive Java types. That is, for each primitive type, there is a corresponding Java “Wrapper” class that represents that type. e.g. the wrapper for …