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 the difference between listindex and tab index?
Is form action required?
What is form and its uses?
Where is system windows forms dll?
What are windows based applications examples?
How to create a set up in vb.net for desktop application please say steps with examples?
Where to use new keyword other than create instance?
Which property value of the helpnavigator property will display the index for a specified topic?
What is form technology?
What are the components of gui for windows?
What are windows applications?
which property is used to change to some value to access a identity column in datacontrols?
What are the advantages of form?
How can you pause a timer control?
What is difference between winforms and windows forms?