WHAT IS BOXING? HOW WE CAN USE IT?

Answer Posted / saiish bhat

Boxing is implicit conversion of value type to type object.

ex:
int i = 123;
int j = i; // boxing

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain difference between dataset and datareader?

604


What is is post back property in asp net?

540


What is the use of autowireup in asp.net?

565


What is the base class from which web forms are inherited?

528


Is global asax mandatory?

557






How many types of validation are there?

527


Explain what are delegates?

582


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

514


What is ispostback method in asp.net?

561


Explain State management in asp.net

625


What is session in asp.net?

527


How to Insert/Add in ASPXgridview

571


Explain the path instructions in xaml?

565


What are different methods of session maintenance in asp.net?

567


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

580