Autoboxing & Unboxing of Wrapper classes

Wrapper class, Autoboxing and Unboxing Wrapper class: In java if we want to work on various data types ,we have primitives(int, char, long etc) types available but if you want to work only with objects then wrapper classes can be helpful. Wrapper class is a class in java which is a wrapper around primitive data … Read more