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 boxing? How we can use it?

Answers were Sorted based on User's Feedback



What is boxing? How we can use it?..

Answer / yoga

Boxing: convert the value types to reference type
Unboxing: Convert the reference type to value type

Is This Answer Correct ?    7 Yes 0 No

What is boxing? How we can use it?..

Answer / rahultripathi

There is two type datatype available Value and reference
type . value are stored in stack and reference type used
in heap . when we copy data from stack memmory to heap it
call Boxing .


Int32 x = 10; object o = x ; // Implicit
boxing
Int32 y = 10;
object obj = (object) y; // Explicit Boxing


Rahul Tripathi
raultripathi@myway.com

Is This Answer Correct ?    6 Yes 1 No

What is boxing? How we can use it?..

Answer / prasanthi

convert value type into reference type

Is This Answer Correct ?    1 Yes 0 No

What is boxing? How we can use it?..

Answer / monu

Boxing is an implicitly method which is use to convert the
value type datatypes.

Unboxing is an Explicitly.
Int32 x = 20; object o = x ; // Implicit
boxing
Int32 y = 20;
object obj = (object) y; // Explicit Boxing

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Can u able to get the xml document in crystal report if yes how its possible

2 Answers  


Whats the use of @ Register directives ?

4 Answers  


What is paging in context of Memory?

0 Answers   Microsoft,


Dategrid filtering and sorting How can we sort all the fields at once?

3 Answers   Satyam,


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

0 Answers   Satyam,


What are the page level transaction and class level transaction?

1 Answers   Satyam,


what is the trace in ASP.NET

4 Answers  


Explain about consistent programming model in the .NET framework?

0 Answers  


What are the asp.net server side objects?

0 Answers  


Master Page

1 Answers   Syntel,


What is the maximum number of classes that can be contained in one dll file?

0 Answers  


What is true about application service provider?

0 Answers  


Categories