Answer Posted / vijay rana
stack is used for store value types;
heap is used for store reference type values;
Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
Can we inherit sealed class in c#?
Explain the process of inheriting a class into another class?
Define thread? Explain about multithreading?
What is generic types in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is dll in vb.net?
Can a constructor have a return type?
How many keyword present in C# language ?
What is the differences between datagrid, datalist and repeater in .net?
What is ildasm and obfuscator in net?
In object oriented programming, how would you describe encapsulation in c#?
What is meant by enumerable in c#?
Why do we use interfaces in c#?
Explain the different ways a method can be overloaded?
What is reference c#?