Answer Posted / sri
Value types are stored directly on the stack, either within
an array or within another type.
Reference type are stored on the run time heap.That only
accessed through a reference to that storage.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I access the registry from c# code?
Explain About remoting and web services. Difference between them
what is a enumeration in c#
Why is c# better than java?
What type of data type conversion happens when the compiler encounters the following code?
Explain copy constructor?
In which order the destructor is called for an inherited class?
What is cookies c#?
What’s a strong name?
Describe an abstract class?
What are the Features in .net framework 1.1
Explain about finalize method?
What happens if a static constructor throws an exception?
What is difference between Trace and Debug
Where do we use serialization in c#?