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 are the different types of validation controls provided in ASP.NET?

670


What are the advantages and disadvantages of session?

667


How does asp net store session ids by default?

536


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

1787


Briefly describe the role of global.asax?

580






i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1516


What is query string with example?

522


How is it possible for .NET to support many languages?

308


A Web Service Can Only Be Written In .net. Is it True??

644


Name the namespace which is used by ado.net?

532


Is web config mandatory?

541


What is the difference between login controls and forms authentication?

546


What is smpte vc-1?

556


What is asp.net used for?

604


What is the difference between application state and session state in asp net?

514