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 extension of a compiled help project file?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Name the property which of menu cannot be set at run time?
Which window allows viewing the resources of the servers, such as services, processes and the event log?
how barcode print on the win form
What are controls in windows forms?
What is the difference between the add() and insert() methods of a listbox control?
What is difference between winforms and windows forms?
How to use the FindControl() function to preselect an item in my dropdownlist?
Explain how to get records from a database?
Explain how to net forms the windows?
Is form action required?
how see report periviwe
Is windows an application software?
Explain how insert record in the database?