Answer Posted / saiish bhat
Boxing is implicit conversion of value type to type object.
ex:
int i = 123;
int j = i; // boxing
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the authentication types in asp.net?
What’s difference between “optimistic” and “pessimistic” locking?
What is applicatio domain?
What are the steps to follow to host a web application on a web server?
How to turn off cookies for a page?
How does the cookies work in asp.net?
Name the namespace which is used by ado.net?
What is the used of "ispostback" property?
What is the life cycle of an asp.net page?
Explain the concept of event bubbling in ASP.NET?
Demonstrate Render and PreRender?
Is asp.net 64-bit enabled? How?
What is web api config?
To bind columns manually which tags do you need to add within the asp:datagrid ?
In which event of the page viewstate is available?