What is boxing and how it is done internally?
Answer Posted / sandhya
Boxing is an implicit conversion of a value type to the
type object
int i = 123; // A value type
Object box = i // Boxing
In case of value type ,value is stored in the stack but
after boxing process value is stored in to heap.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are windows based applications examples?
What is the difference between a document and a form?
What is an example of form?
How to use the FindControl() function to preselect an item in my dropdownlist?
What is the advantage of a form?
What is the difference between the add() and insert() methods of a listbox control?
Where is system windows forms dll?
What is the difference between pixels, points, and em’s when fonts are displayed?
What is form technology?
Which property of the progressbar control specifies the amount to increment the current value of the control?
What is form design?
What is a fillable form?
which property is used to change to some value to access a identity column in datacontrols?
How is anchoring different from docking?
How to split a column header in gridview using c#.net?