What are Wrapper Classes in JAVA ?
Ans:- the predefined classes from java.lang package which are used to make primitive data types available in the form of objects are known WrapperClasses. The following are the list of WrapperClasses:- Data Type WrapperClass Byte Byte(byte),Byte(String) Short Short(short),Short(String) Integer Integer(int),Integer(String) …