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
Can I customise the trace output?
8. Oop-Why and were we use Interfacse and Abstract class.
What are the main Tools to develop .Net Application?
Explain difference between machine config vs. Web config? : .NET Architecture
Explain pipelining? : .NET Architecture
What is msil, and why should my developers need an appreciation of it if at all?
What is the mesi? : Dot net architecture
Explain the race around condition? : Dot net architecture
What is .net mobile automatic paging? : Microsoft dot net mobile
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
What are relation objects in dataset?
how to make and display a form without title bar?
Explain the purpose of cache? How is it used? : .NET Architecture
What is .net mobile images control. : Microsoft dot net mobile
define cache memory? : Dot net architecture