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
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
What is parallel computing?
What is the difference between l1 and l2 cache? : Dot net architecture
What happens to the winfx technologies?
What is the problem with .net generics?
What is the difference between absolute expiration and sliding-time expiration?
What is textview control of .net mobile? : Microsoft dot net mobile
Explain the purpose of cache? : Dot net architecture
What are the types of memory management? : Dot net architecture
Explain the race around condition? How can it be overcome? : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
Explain what does the term "green architecture" mean? : .NET Architecture
Explain dma? : .NET Architecture
What are the different pipelining hazards and how are they eliminated? : Dot net architecture