WHAT IS BOXING? HOW WE CAN USE IT?

Answer Posted / murugavel

it is implicit convertion for value type to refference type

int x=10;
object y;
x=y;//boxing

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you display all validation messages in one control?

554


What is HTTPModule and HTTPcontext? What is the use of each?

1997


What is difference in .net 1.1 and .net 2.0?

592


Explain the asp.net session state modes.

620


Give an example of cookie abuse.

601






If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

522


What is the difference between Hash table and Array list?

376


Can we use a static function with a non-static variable?

509


What does a switch do?

543


How will you do Redo and Undo in a TextControl?

674


How can we apply themes to an asp.net application?

562


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

619


Explain About duration in caching technique

623


What is a page life cycle?

569


Define static member?

541