What is boxing and unboxing ?
Answer Posted / subhrajit maity
in Csharp language boxing is used to convert value type to
object (reference type).
value to reference.
In this time value copied from stack to heap.
For un boxing convert reference to value.
Value copied from heap to stack
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to find out what version of asp.net I am using on my machine?
What are the event handlers that we can have in global.asax file?
What is the Difference between MVC And MVP design pattrens
Explain method to handle error using HttpError in Web API?
Define managed code and managed data in .net?
Can the dictionary object be created in client?s scope ?
What is state management in .net?
What is preprocessor in .net? Where it use?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How to prevent client side validation from the ASP.NET validation controls?
How can we update records in gridview?Is there any appropriate code for it?
What is global.asax file used for?
What is server infrastructure & server components?
What is the significance of ASP.NET routing?
Differentiate between authentication and authorization.