What is boxing and how it is done internally?
Answer Posted / krishna prasad
assigning a value type to objects(reference type)
the boxing occurs
int iValue = 20
object objValue = iValue (boxing)
reference types are stored on heap (all objects,strings)
value types are stored on stack (int,char,bool,etc..)
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Can you explain the basic use of dataview?
What is authorization in asp.net?
Which namespace is used by ado.net?
What parameters can you pass in the url of the api? Can get and post use the same url?
What is session object? Describe in detail.
How does u get record no from 5 to 15 from a dataset of 100 records?
14. What are your Future Plans for Swatz Oils GROUP U.K?
How does asp net store session ids by default?
What are Master Pages in ASP.NET? or What is a Master Page?
Describe how to implement globalization and localization in the use interface in .net.
What is recordset asp?
Explain the difference between singleton and single call?
What is postback in asp net?
Explain the difference between asp and asp.net?
What is a multilingual website?