Answer Posted / kamlesh sharma
value types are stack allocated and reference types are
heap allocated
value types holds the actual data stored at variable
location and reference types holds the addresses
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is serialization in c#?
How does bitwise work?
How to put assembly in gac?
What’s thread.sleep() in threading ?
What is the difference between dll and lib?
User's session is explicitly killed by which method ?
Where do we set the min and max pool size for connection pooling?
What is lazy loading entity framework?
What is the difference between a field and a property in c#?
Why we use oops in c#?
What is a c sharp?
If you want to convert a base type to a derived type, what type of conversion do you use?
What does static mean in c sharp?
What is readline library?
Define sealed classes in c#?