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
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Explain transparent caching with aop?
Explain diff between dataset and datareader?
What are the events that happen when a client requests an asp.net page from iis server?
How to make paging concepts in datagrid in ASP.NET?
What are url fragments?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Difference between singleton and singlecall.
What is difference between datalist and gridview?
What are the ways to sending the data in ASP.NET page?
What is the difference between session and application?
Is asp.net different from asp? If yes, explain how?
What is ipostback?
What's the ASP.Net Application life cycle?
What is the use of dispose method?