Answer Posted / swap
Boxing is the process of explicitly converting a value type
into a corresponding reference type. Basically, this
involves creating a new object on the heap and placing the
value there. Here is a basic example in C#:
int example = 35;
object i Example = example;
The new reference type includes the value 35.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to implement CAS in .Net?
Tell us why do we use the “using” statement?
What is .net latest version?
Explain the differences between server-side code and client-side code.
Do you know what's the difference between .net and laravel?
What is the difference between response.write & response.output.write?
What is "common language runtime" (clr) in .net?
SAP Business One(this is intigrated tool of .net)
Differences between dll and exe?
What is the new three features of COM+ services, which are not there in COM (MTS)
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
How is threading done in .net?
State the various features present in .NET?
What is concurrency? How will you avoid concurrency when dealing with dataset?
What does mean by .net framework?