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
How can I have a particular web page in an asp.net application which displays its own error page?
What are the asp.net list controls and difference between them?
What do you mean by query string?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is server side session?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is the exact purpose of http handlers?
Why do we use asp.net?
How to set the pane area to transparent of a scrollPane component.?
what is silver light when will we use silver light,
What is work flow gen? how can it will work with .Net?
What is difference between view state and session state?
What are different methods of session maintenance in asp.net?
Difference between using directive vs using statement?
What are the media types of http requests and response?