What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Answer / Aman Kumar
In .NET, value types (such as integer) are stored on the stack and have a fixed size, while reference types (such as struct) are stored on the heap and hold a reference to the actual object. Value types are copied by value when assigned, while reference types are copied by reference.
| Is This Answer Correct ? | 0 Yes | 0 No |
State some of the different languages supported by .net?
What is an EXE?
hai, about trading domain and need simple project on trading system. please help me...
which methos do you invoke on the dataadapter control to load your generated dataset with data?
Difference between Panel and GroupBox classes?
Please explain what is the difference between constants and read-only variables?
Explain what is reflection in microsoft .net context?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Explain different types of cookies in .NET?
Explaing your project.
What is .net3.5?