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 are sessions used for?
What is the difference between Hash table and Array list?
What is css in asp.net?
How do cookies work? Give an example of their abuse.
What are tuples?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is ashx file in asp.net?
List of words of preprocessor in .net?
Where the cookie value is stored?
What is data reader in asp.net?
What is a web based system?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Can user control be stored in library?
In which event of the page viewstate is available?