Computer Science, asked by kalyanisingha6005, 9 months ago

Difference between boxing and unboxing in java?

Answers

Answered by harora022
25

Answer:

The basic difference between Boxing and Unboxing is that Boxing is the conversion of the value type to an object type whereas, on other hands, the term Unboxing refers to the conversion of the object type to the value type.

Hope it'll help u mate❤

Answered by wwwsukrutagmailcom
4

Answer:

unboxing is the conversion from the wrapper class to the primitive data type.

Explanation:

boxing is the automatic conversion ...

Similar questions