The Primitive-Type Wrapper Classe Objectives¶ Use Java's primitive-type wrapper classes to encapsulate and convert values. Explain auto-boxing and auto-unboxing. Describe the integer-type wrapper class caches, and the Boolean class constants. Topics¶ Wrapper Classes Important Wrapper Class Methods Comparing Wrapper Objects Autoboxing Float and Double Integer-type Wrappers Character Boolean Labs Up -- Next