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
What is virtual directory in asp.net?
Explain the difference between debug.write and trace.write?
Why session is more secure than cookies?
What are the Types of objects in ASP
What are sessions and cookies?
Define view state.
Explain the use of resource manager class in .net.
Can you change a Master Page dynamically at runtime?
How Session use Cookies in State Management?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Which is better asp.net or php?
What is the difference between user control an custom control?
What's the difference between viewstate and sessionstate?
What is the purpose of session management?
What is the parent class of all web server control?