Posted in core java wrapper classes in java Author: Susheel kumar Leave a Comment on wrapper classes in java Wrapper classes are those objects whose object wraps primitive data type within them. In the java.lang package java provides separate classes for each of the primitive data type namely Byte character, double,float,Long short. Visitors 136 Author: Susheel kumar