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...


boxing means converting value type to reference type and
unboxing means converting reference type to value type.why
we need boxing and unboxing?

Answers were Sorted based on User's Feedback



boxing means converting value type to reference type and unboxing means converting reference type t..

Answer / uday

We use boxing and un-boxing when we assign a value to an
object and vice-versa.
Ex:

Int i=10;
Object o=i //this is boxing
int j=(int)o; //this is unboxing

When u say boxing, an object box is allocated and then the
value is copied to that box.
When u unbox, the value is copied out of the object box and
copied into storage location.

Is This Answer Correct ?    13 Yes 2 No

boxing means converting value type to reference type and unboxing means converting reference type t..

Answer / madhu maaydi

some times super class ref is may not available to subclass objects at that time we may go for umboxing, data in the web application travers in the net throuw objects only but not through variables at that time we need to type cast it into equalent obecjt at this time we go for boxing and auto boximg....

Is This Answer Correct ?    0 Yes 0 No

boxing means converting value type to reference type and unboxing means converting reference type t..

Answer / deepak

actually we need boxing and unboxing to keep more than one type of value type of variables in a common reference type of collection.. so that you can do the common operation in a loop or anywhere else.. by unboxing one by one.. also you can pass that collection to any method.. so you dont need to make many overloaded method for every type of value type..

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Which class comes after the SortedList class?

0 Answers   Siebel,


Can a class be private in c#?

0 Answers  


Can you pass parameters to destructors?

0 Answers  


What can be done with c#?

0 Answers  


How do you declare a method in c#?

0 Answers  


How do you remove white spaces from a string?

0 Answers  


Can a structure inherit a class.

3 Answers   Infosys, Synechron,


I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.

0 Answers   Excel,


Why linq is having select clause at the end?

0 Answers  


What is extended class in c#?

0 Answers  


write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )

0 Answers  


What is GAC?

1 Answers   Cognizant,


Categories