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
How is anchoring different from docking?
Explain how insert record in the database?
What is the synonym of form?
What is form record?
Where to use new keyword other than create instance?
Which event occurs when a user drags an item in a treeview or listview control?
What is the full form of gac?
How insert record in the database?
What are controls in windows forms?
Explain how to find the current record position in data control?
Explain the difference between listindex and tab index?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
What are the three states set in a checkstate property?
Explain how to split a column header in gridview using c#.net?
How do you apply specific formatting to the data inside the cells?