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 many types of dialog boxes windows provides?
Which window displays messages for the status of various features provided in the visual studio .net ide?
which property is used to change to some value to access a identity column in datacontrols?
Explain how to add resources during runtime?
What is the use of form?
Which property of the progressbar control specifies the amount to increment the current value of the control?
how print barcode
Explain the need of z-order method?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
What is a windows form application?
What is an example of form?
What is the synonym of form?
How do you apply specific formatting to the data inside the cells?
Explain the new events in textbox that has been included in vb?