What is Boxing and Unboxing?
Answer Posted / amit
The conversion of the value type to reference type is known
as Boxing and converting reference type back to value type
is known as Unboxing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How dataadapter.fill works?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the use of execute non query in asp.net?
What is asp net_sessionid?
What is distributed system in asp.net?
What is another word for redirect?
Give me one example of Web API Routing?
What is razor? : asp.net mvc
What is latest version of asp.net mvc? : Asp.Net MVC
What are triggers of an updatepanel?
Explain what is an abstract class?
What is the namespace to create thread in .net?
How do u deploy your asp.net application?
What does it mean your session has timed out?
Explain code snippet to register exception filters from controller?