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 virtual directory in asp.net?

712


Explain the difference between debug.write and trace.write?

697


Why session is more secure than cookies?

665


What are the Types of objects in ASP

751


What are sessions and cookies?

735


Define view state.

730


Explain the use of resource manager class in .net.

702


Can you change a Master Page dynamically at runtime?

743


How Session use Cookies in State Management?

777


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

736


Which is better asp.net or php?

721


What is the difference between user control an custom control?

817


What's the difference between viewstate and sessionstate?

786


What is the purpose of session management?

694


What is the parent class of all web server control?

725