0
It's a pleasure to see your signature, :-)
Ok. Coming to the topic, boxing is nothing but implicit conversion of data types. It happens in compile time and we do not worry much about it. Unboxing is a concept where in we explicitly cast a variable of some other data type to our desired type. This also happens during compile time.
Normally there is no situation where in you search for these kind of situations. It's by default ( Boxing). and Unboxing as said concept name given to type cast for variables.
Thnx,
0
It's a pleasure to see your signature, :-)
Ok. Coming to the topic, boxing is nothing but implicit conversion of data types. It happens in compile time and we do not worry much about it. Unboxing is a concept where in we explicitly cast a variable of some other data type to our desired type. This also happens during compile time.
Normally there is no situation where in you search for these kind of situations. It's by default ( Boxing). and Unboxing as said concept name given to type cast for variables.
Thnx,