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
Which window allows viewing the resources of the servers, such as services, processes and the event log?
What is form design?
Explain how to split a column header in gridview using c#.net?
What is a windows based application?
What is the use of form?
Which window displays messages for the status of various features provided in the visual studio .net ide?
What is the extension of a compiled help project file?
What is form description?
What is an example of form?
What is form technology?
What is difference between winforms and windows forms?
Which event occurs when a user drags an item in a treeview or listview control?
Explain something about crystal report in brief?
What are the advantages of form?
Are windows forms still used?