WHAT IS BOXING? HOW WE CAN USE IT?

Answer Posted / a.mustaq ahmed

Changing Value types i.e.,int,double etc in to reference
type i.e., object is called boxing

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you change the session time-out value?

583


How to reduce the width of textbox in editcommandcolumn of datagrid?

529


What is dynamic web page with example?

526


What does a switch do?

539


What is break mode?

511






What is the use of worker process in asp.net?

529


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?

1509


What is difference between cache and session?

502


To display data in a Repeater control which template you provide?

592


What is semantic gap?

623


What are demand-paging and pre-paging?

583


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1444


What is the difference between asp.net and mvc?

586


How do you identify that the page is postback?

541


Explain why datareader is useful?

552