What is boxing and unboxing ?
Answer Posted / narayansahu
boxing is conversion from value type to object(reference)
type.Actually the copy of value type copied from stack to
heap memory.
unboxing is reverse of it.from heap memory back to stack
memory.
| Is This Answer Correct ? | 70 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is the purpose of using MVC programming pattern in ASP.NET?
What r the asp.net list controls and difference between them?
Describe Segmentation With Paging?
Can we override the enablepartialrendering property of the scriptmanager class?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is an asp.net web form?
Differentiate the session object and application object?
Which method do you use to kill explicitly a users session?
Difference between web user control and web custom control?
What is the purpose of url encoding?
What is validation in asp.net?
Define view state.
Explain the flow of processing of the request? : asp.net mvc
What is the use of placeholder control?