What is Boxing and Unboxing?
Answer Posted / lakshmi
The conversion of the value type to reference type is known
as Boxing and converting reference type back to value type
is known as Unboxing.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How does the cookies work in asp.net?
How to prevent client side validation from the ASP.NET validation controls?
What is the difference between web.config and machine.config in ASP.NET?
What is difference between datalist and gridview?
How would you implement inheritance using c#?
What is client side state management?
Describe the method to create a permanent cookie?
Explain what does wsdl stand for?
Why session is more secure than cookies?
What is the difference between executescalar and executenonquery?
Differentiate between a hyperlink control and a linkbutton control.
What are Master Pages in ASP.NET? or What is a Master Page?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Can you clarified A Web service can only be written in .NET or not?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?