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
What are the steps to follow to host a web application on a web server?
Write the different features of a Thread and a Process?
Why we use asp.net for website development?
Which class is used to send an email message from an ASP.NET Web page?
What are the authentication types in asp.net?
Explain the asp.net mvc folder conventions? : asp.net mvc
What are validator? Name the validation controls in asp.net?
What is Cookies Less Session?
Is asp.net and .net are same or different?
What are the different types of Caching techniques in ASP.NET?
What is data reader in asp.net?
What is data caching?
What is cookies cache and session?
What is virtual directory in asp.net?
Can you change a master page dynamically at runtime? How?