what is the difference between value types and reference
types?
Answer Posted / nazrul.nazi
Value type-
1)Direct Contain their data.
2)Operation on one variable don't effect the other variable
3)int,short,structure,enum
Reference type-
1)store the refrence to the data.
2)operation on one variable can effect the other
3)Classes,Array,Delegates
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why am I getting an invalidoperationexception when I serialize an arraylist?
what is inheritancy where u required ?
what is tracing? Where it used?
Explain a .net mobile example with details? : Microsoft dot net mobile
can u give me real example of how web.config overrides the machine.config file?
Explain the process of gc?
What is textview control of .net mobile? : Microsoft dot net mobile
Explain domestic architecture artifacts? : .NET Architecture
What is a managed code? : Dot net architecture
What re interop services?
Can you Explain
Explain the difference between l1 and l2 cache? : Dot net architecture
what are the events for a form?
what is the difference between master page and content page?
What is the difference between absolute expiration and sliding-time expiration?