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
What is the difference between system.stringbuilder and system.string
What is Partial PostBack in ASP.NET?
What are the ways to sending the data in ASP.NET page?
Is web config mandatory?
Explain Authentication mechanism in dotnet
How many types of cookies are available in asp?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How do you create a master page?
Explain about asp.net 2.0 themes?
What is Forms Authentication in ASP.NET?
Define page fragment caching?
What is Razor View Engine
To bind columns manually which tags do you need to add within the asp:datagrid ?
Where is session cookies stored?
Who generates session id?