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
What is a serviced component?
When displaying fonts, what is the difference between pixels, points and ems?
What is managed code and managed data in .net?
What is the use of immutability?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is the use of system.diagnostics.process class in .net?
What tools is used to develop .NET applications?
Who is using .net core?
How to create multiple inheritance in c#, with example?
What is machine.config in .net?
What are the two main parts of the .net framework?
Explain the top .net class that everything is derived from?
Explain what rare the types of jit and what is econo-jit?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application