what is ment by Unboxing?

Answer Posted / vasanth

Converting reference type to value type.
Example
Object x;
int y;
y=(int)x;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by thread safe in c#?

464


How to open a new form on button click in Windows forms?

522


What does console readline do in c#?

477


What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

508


Is Facebook a desktop application?

464






Can dictionary have duplicate keys c#?

494


What is the xml document structure?

467


What is the use of the dispose method in C# ?

540


What is the difference between static and constant variables?

537


Are c# tuples immutable?

505


How can I get around scope problems in a try/catch?

470


Who benefits from ajax?

583


What does m mean in decimal c#?

491


What is response redirect in c#?

476


Explain the difference between abstract class and interface in .net?

468