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 validators and list some validators of asp.net?
How to deploy/publish webservices?How many ways?Plz explain me
What do you mean by authorization?
witch is the best insistute in sharpoint course.what abt future of share point course.
How can I create master page in asp net?
What is the difference between Session and response.Redirect?
What is http protocol and how it works?
What is application Object?
Explain the use of fragment caching.
What does the .webpart file do?
Where would you use an ihttpmodule, and what are the limitations if any?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is asp.net file?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is request and response in asp.net?