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
Explain the use of dataadapter.
Define data caching?
Describe how passport authentication works.
Explain the steps to be followed to use passport authentication.
What is a postback in asp net?
Any disadvantages in Dataset and in reflection ?
What is the difference between session.abandon() vs clear()?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is difference between session and cookie?
How can we create custom controls in asp net?
How can you implement encapsulation in asp.net?
Is it possible for me to change my aspx file extension to some other name?
What is the parent class of all the web server control?
What is the difference between table and query?
Where is asp.net view state stored?