what is the difference between value types and reference
types?
Answer Posted / gurpreet kaundal
value types are char,bytes,long and any data type but the reference types are classes,interfaces any type of functions.......and in reference type it stored the reference type varibles it means it stored the address of the varible in the heap...........and in value type it stroed the value of tha varible in the stack...........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about continuable exceptions?
how to delete the record using data reader
how to make and display a form without title bar?
Explain the race around condition? How can it be overcome? : Dot net architecture
inprocess vs out process session state : Dot net architecture
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
Explain the difference between primary & secondary storage device? : .NET Architecture
How do I write to the application configuration file at runtime?
What are end points, contract, address and bindings?
How can implement drag and drop using atlas?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
When do I need to use gc.keepalive?
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
Explain about code access security?