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
Is it possible to create web application with both webforms and mvc?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is Razor View Engine
What does occur first in ASP.Net, Authentication or Authorization?
How do u deploy ur project?
How can we call webservices in Banking Applications? and where we are using it?
Explain the difference between the web config and machine config.
What is the difference between rest and restful?
Is redux flux?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is viewstate? What does the “enableviewstate” property do?
What is http only cookie?
What is the difference between abstract class vs interface? Can give me the real time examples?
Where do the cookie state and session state information be stored?
Explain the difference between asp and asp.net?