Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is ment by Unboxing?

Answers were Sorted based on User's Feedback



what is ment by Unboxing?..

Answer / amar&venky

simply say converting reference type to value type.

Is This Answer Correct ?    8 Yes 0 No

what is ment by Unboxing?..

Answer / anil kumar

converting reference type to value typ

Is This Answer Correct ?    1 Yes 0 No

what is ment by Unboxing?..

Answer / 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

More C Sharp Interview Questions

What does ienumerable mean?

0 Answers  


What is the use of parse in c#?

0 Answers  


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


How the versioning applies to Assemblies or can you explain version numbers?

0 Answers   CitiusTech,


What does char mean in c#?

0 Answers  


Is c# difficult to learn?

0 Answers  


What's difference between constants and static readonly?

0 Answers   Wipro,


what are implementation inheritance and interface inheritance?

0 Answers  


What is the difference between string and stringbuilder in c#?

0 Answers  


What is c# used for?

0 Answers  


What is difference between class and abstract class in c#?

0 Answers  


Explain about Oops concept

0 Answers   Digital GlobalSoft,


Categories