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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a pixel url?
Explain global assembly cache.
How do I use a proxy server when invoking a web service?
What is enableviewstatemac in asp net?
In which situation can you not use a viewstate?
Explain MVC model binders?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
To get the values in two different controls to match which control you use it?
is gateway for sms continue connected for sending sms.how?
Which is the parent class of the ASP.NET server control?
What is master page in dtp?
What is autopostback in dropdownlist in asp net?
What does the .webpart file do?
Disable Mouse right click on web page in asp.net?
Is global asax mandatory?