Answer Posted / kinjal panchal
Boxing:- Boxing is converting value type to Reference type.
for Example:-
int i=0;
object O=(object)i;
Casting:- Casting is converting value type to another value type
for example:-
int i=0;
long l=(long)i;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to retrieve property settings from xml .config file.
What are the benefits of view state?
How does http session work?
Why SessionID changes in every request in asp.net?
What is the difference between localization and globalization?
What is Partial PostBack in ASP.NET?
How will you load dynamic assembly? How will create assesblies at run time?
What is the displayafter property in updateprogress control?
Describe Segmentation With Paging?
How information about the user's locale can be accessed?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is cross page posting? How is it done?
What is difference between cache and session?
How do you store a value in viewstate and retrieve them?
Which method do you use to enforce garbage collection in .net?