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
What is the difference between pixels, points, and em’s when fonts are displayed?
How insert record in the database?
which property is used to change to some value to access a identity column in datacontrols?
How to create a set up in vb.net for desktop application please say steps with examples?
how barcode print on the win form
Which window allows viewing the resources of the servers, such as services, processes and the event log?
What are controls in windows forms?
What is the use of form?
What is a windows forms application?
Which of the following position is the default docking position of the statusstrip control on the form?
Is form action required?
Name the property which of menu cannot be set at run time?
What are the advantages of form?
Which dialog box allows users to switch to another area of the application?
What is form technology?