What is boxing and unboxing ?
Answer Posted / narayansahu
boxing is conversion from value type to object(reference)
type.Actually the copy of value type copied from stack to
heap memory.
unboxing is reverse of it.from heap memory back to stack
memory.
| Is This Answer Correct ? | 70 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between asp.net mvc and asp.net webforms
Is it possible to apply themes to an asp.net application? If yes, then how?
How do I send an email message from my ASP.NET page?
Any disadvantages in Dataset and in reflection ?
Explain authorization levels in .net ?
What do you mean by authentication?
How to change Master page in ASP.Net using code?
Why do we need master page in asp.net?
What is a session in programming?
How do I open an ashx file in windows 7?
Where do the cookie state and session state information be stored?
Can you use Web API with ASP.NET Web Form?
What is difference between viewstate and session state in javascript?
What is a form tag?
Explain the path instructions in xaml?