Answer Posted / murugavel
it is implicit convertion for value type to refference type
int x=10;
object y;
x=y;//boxing
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Disable Mouse right click on web page in asp.net?
What are the three parts of an http response?
What symbol specifies the beginning of a query string?
Explain server control extensibility with reference to asp.net 2.0 ?
Should I delete cookies?
What is the difference between pathparam and queryparam?
What is difference between Lambda Expression and LINQ in ASP.NET?
Explain the difference between singleton and single call?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is the difference between Session and response.Redirect?
What are the security types in asp.net?
What does asp in asp.net stand for?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is Web API Routing?
Which method is used to enforce garbage collection in .net?