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 types of validation in asp net?
Is react a template engine?
Where the cookie value is stored?
Why is xap important?
What are Session states available and its Uses?
How would you turn off cookies on a page of a website?
How we implement web farm and web garden concept in asp.net?
Is it possible to write code in many languages in one asp.net project?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is the difference between executescalar and executenonquery?
What are the advantages of using Master Pages?
Give me one example of Web API Routing?
What are the different types of validation controls provided in ASP.NET?
What is difference between rest and soap?
What is & in a url?