Answer Posted / rahultripathi
There is two type datatype available Value and reference
type . value are stored in stack and reference type used
in heap . when we copy data from stack memmory to heap it
call Boxing .
Int32 x = 10; object o = x ; // Implicit
boxing
Int32 y = 10;
object obj = (object) y; // Explicit Boxing
Rahul Tripathi
raultripathi@myway.com
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Why do we need Sessions?
What does asp stand for in asp.net?
Describe state management in asp.net?
What is form submit?
8. Why do you want to work here?
How to manage different kinds of sessions in ASP.NET?
What are session state modes in asp.net?
What is request and response in asp.net?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Define common type system?
How to disable validator control by client side JavaScript?
Is asp.net is a programming language?
What is the asp.net mvc folder conventions? : asp.net mvc
What is simple data binding?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc