Explain with examples: Autoboxing and Unboxing, Type Wrapper
1.B] Explain with examples:i) Autoboxing and Unboxingii) Type Wrapper Answer: i) Autoboxing and Unboxing Autoboxing is the automatic conversion that the Java compiler makes between the primitive data types (e.g., int, char, boolean, etc.) and their corresponding object wrapper classes…