Computer Science, asked by jogeswarhantal1998, 2 months ago

3) converting primitive data type to wrapper classes is called as​

Answers

Answered by 1157684
4

Answer:

Autoboxing: Automatic conversion of primitive types to the object of their corresponding wrapper classes is known as autoboxing

Answered by TaniyaArmy
3

Answer:Autoboxing: Automatic conversion of primitive types to the object of their corresponding wrapper classes is known as autoboxing. For example – conversion of int to Integer, long to Long, double to Double

Explanation:

Similar questions