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
List of words of preprocessor in .net?
Can you dynamically assign a Master Page?
Give 2 examples for scenarios when routing is not applied?
What is difference between session and cookies in asp net?
What asp.net control can embed xaml into asp.net pages?
Explain different types of validators in asp.net?
Explain the benefits of viewstate?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Why do you use the app_code folder in asp.net?
Explain Optimization technique description?
What are Master Pages in ASP.NET? or What is a Master Page?
Explain method to handle error using HttpError in Web API?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Where is the session stored?
what are the ihttphandler and ihttphandlerfactory interfaces ?