The wrapper classes in the Java API serve two primary purposes:
• To provide a mechanism to “wrap” primitive values in an object so that the primitives can be included in activities reserved for objects, like being added to Collections, or returned from a method with an object return value.
• To provide an assortment of utility functions for primitives. Most of these functions are related to