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?

Answers were Sorted based on User's Feedback



What is boxing?..

Answer / praveena

Boxing is an implicit conversion of a value type to the
type object

Is This Answer Correct ?    7 Yes 2 No

What is boxing?..

Answer / asha

BOXING IS DEFINED AS CONVERTING VALUE TYPES TO REFERENCES
TYPES .

Is This Answer Correct ?    5 Yes 2 No

What is boxing?..

Answer / swap

Boxing is the process of explicitly converting a value type
into a corresponding reference type. Basically, this
involves creating a new object on the heap and placing the
value there. Here is a basic example in C#:

int example = 35;
object i Example = example;

The new reference type includes the value 35.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Compare & contrast rich client (smart clients or windows-based) & browser-based web application

0 Answers  


How WSDL is stored ?

1 Answers   PPS, TCS,


Explain can the validation be done in the server side? Or this can be done only in the client side?

0 Answers  


Is .net core free?

0 Answers  


How many types of design patterns available in .NET?

0 Answers  


What is implement a generic action in webapi?

0 Answers  


What is difference between .net and .net core?

0 Answers  


How server form post-back works?

0 Answers  


Which namespace does it belong to by default?

0 Answers  


How will you make .NET programs work in Linux ?

0 Answers  


is c#.net supports multiple inheritance?

10 Answers  


What is class library in .net

0 Answers  


Categories