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

What is the difference between system.stringbuilder and system.string

350


What is Partial PostBack in ASP.NET?

695


What are the ways to sending the data in ASP.NET page?

659


Is web config mandatory?

626


Explain Authentication mechanism in dotnet

704






How many types of cookies are available in asp?

679


Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?

2144


How do you create a master page?

651


Explain about asp.net 2.0 themes?

636


What is Forms Authentication in ASP.NET?

657


Define page fragment caching?

601


What is Razor View Engine

699


To bind columns manually which tags do you need to add within the asp:datagrid ?

643


Where is session cookies stored?

613


Who generates session id?

573