Computer Applications

When an object of a Wrapper class is converted to its corresponding primitive data type, it is called as …………… .

  1. Boxing
  2. Explicit type conversion
  3. Unboxing
  4. Implicit type conversion

Java Library Classes

ICSE 2023

33 Likes

Answer

Unboxing

Reason — When an object of a Wrapper class is converted to its corresponding primitive data type, it is called as unboxing.

Answered By

18 Likes


Related Questions