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

What is redirectpermanent in asp.net?

588


Which is faster union or union all?

550


What are session state modes in asp.net?

526


Why web api is better than wcf?

532


What is the difference between session object and application object?

572






What is postback request?

529


How to register exception filter globally?

553


How can we create a website?

519


What are the uses of reflection?

556


What is page fragment caching?

525


Is oauth for authentication or authorization?

561


Can you clarified A Web service can only be written in .NET or not?

512


In Code-Behind class which kind of code (server or client) is found ?

573


How does windows service lifecycle differ from a .standard. Exe?

490


What is recordset asp?

515