What is boxing and how it is done internally?
Answer Posted / sesu
Boxing is the conversion value type to ref. type.
int i=5 -- value type
Object obj; -- Referance type
obj=i; -- Boxing
int j =(int) obj -- Unboxing
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain how to add resources during runtime?
Which method grants a lock on a resource?
What are the properties of datacontrol?
How to use the FindControl() function to preselect an item in my dropdownlist?
What are controls in windows forms?
What is form record?
Explain how insert record in the database?
What are the forms of database?
Explain the difference between listindex and tab index?
What is the difference between desktop application and windows application?
how barcode print on the win form
What is form design?
What is formdata?
What are windows based applications examples?
Explain how to split a column header in gridview using c#.net?