What is boxing?
Answers were Sorted based on User's Feedback
Answer / praveena
Boxing is an implicit conversion of a value type to the
type object
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / asha
BOXING IS DEFINED AS CONVERTING VALUE TYPES TO REFERENCES
TYPES .
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / 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 |
What is stored procedure ? how we use it in .NET ?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
Value type & data types difference. Example from .NET.
How to get the number after decimal point in .net?
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,
What is a formatter?
What are the Characteristics of .NET?
What is Entity Relationship Model in .NET?
What property do you have to set to tell the grid which page to go to when using the Pager object?
Do you know what's the difference between .net and laravel?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is the difference between odbc and ado?