Answer Posted / anand gopal makwa munger
Boxing is the term for turning a value type (int, double, float, Guid, etc.) into a reference type (System.Object, System.String, etc.). Doing this boxing operation allocates memory on the heap (which the garbage collector will eventually need to reclaim).
Casting is taking a type (say, System.Object) and treating it as another type (say, System.String).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what does wsdl stand for?
Define the term Scavenging in Caching?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is latest version of asp.net mvc? : Asp.Net MVC
What are the different method of navigation in asp.net?
Explain how does asp page work?
What is data control in asp.net?
How to bind all the binding controls in a page at once in ASP.NET?
What is gridview in asp.net?
Can more than one person use the same login?
What is a session http?
What is the difference between system.stringbuilder and system.string
What are the various ways to send content from one page to another?
What are standard controls?
What are HTTP handlers in ASP.NET?