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 advantage of a form?
What is form and its types?
which property is used to change to some value to access a identity column in datacontrols?
What is a windows forms application?
Name the property which of menu cannot be set at run time?
What is the extension of the windows installer file?
What is form based application?
What are window applications?
What is the difference between pixels, points, and em’s when fonts are displayed?
What are window based applications?
Name the property which is used to specify the source from where the crystal reports would be accessed.
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
What is the full form of gac?
What are the different cloud platforms?
What are the components of gui for windows?