WHAT IS BOXING? HOW WE CAN USE IT?

Answer Posted / murugavel

it is implicit convertion for value type to refference type

int x=10;
object y;
x=y;//boxing

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

511


Why is the standalone environment only useful during the development process?

1342


What is the use of HttpHandlers? When to use this?

630


What is asp.net localization?

503


What is difference between asp state management and asp.net state management?

572






where can i gather the materials for MCP certification

4487


Which is an advantage of application service providers?

494


Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?

810


What are all the various Estimation Techniques available ?

654


What kind of data can be stored in viewstate?

530


How Session outproc in Sqlserver stored?

2306


What is the difference between CLICK and MOUSE DOWN Event ?

586


What is the difference between system.stringbuilder and system.string

265


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

556


How to find last error which occurred in Asp.net ?

685