Answer Posted / jaikumar.c
Stack is memory to store objects in Ram memory.
Heap is kernal alloted memory to store objects
Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
How do I start a program in c#?
Is and as keyword in c# net?
How can an inner class access the members of outer class?
What are properties in c#. Explain with an example?
What is namespace in oops?
Does c# have its own class library?
Can abstract classes be final?
How do I port "synchronized" functions from visual j++ to c#?
What is the implicit name of the parameter that gets passed into the class set method?
In which way a two-dimensional array declared in C#?
List the difference between interface and abstract class?
Is it possible to force garbage collector to run?
Is dictionary reference type c#?
If you donot specify an access modifier for a method, what is the default access modifier?
Why singleton class is sealed?