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
What are the different types of proxy patterns?
Define application state variable and session state variable?
What is difference between session and cookies?
Where viewstate value is stored in asp.net?
What is query string with example?
What are the differences between primary foreign and unique keys?
How long do session variables last?
Difference between overriding and overloading?
How can we implement a identity (sql server) call in an asp.net page?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
how can create login from create and written conde in asp.net
How can you apply a theme to your asp.net application?
To load your generated dataset with data which method do you invoke?
Explain weak typing and strong typing.