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
Explain is the jit an interpreter?
What is the purpose of IClonable interface in .NET?
How is .net core cross platform?
How inheritance works in .net?
Please explain is the jit an interpreter?
How to produce an assembly?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Tell about your technical profile ?
How big is the datatype int in .net?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
Can a dll be changed to an exe?
Can I write my own .net host?
SAP Business One(this is intigrated tool of .net)
Explain what is immutability, what is it for and how is it codified?