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
What is connection pooling and how to enable and disable connection pooling?
Explain how can we inherit a static member?
How can we register exception filter from the action?
What is another word for redirect?
How many types of cookies are available in asp?
Where do we store our connection string in asp.net application?
Is post back property in asp net?
What is the Intermittent crashing of application in production?
What is caching in asp.net?
What are type/key pairs in client script registration?
What is the appSettings Section in the web.config file?
Explain how asp.net page works?
Explain Session state management options in ASP.NET.
How to create events for a control?
What are the event handlers that we can have in global.asax file?