Answer Posted / pushparaj pentakota(anakapalli
stack can store value type and reference type also but at compile time only but heap can store objects at run-time.stack can't store objects bcz stack at run-time can't increse their memory size it's fixed length.objects need extra memory sometimes so objects allocate memory in heap context.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is windows forms in c#?
Enlist all the components of an ado.net framework?
Why are mutable structs evil?
State the top.NET class that everything is derived from?
What is short in c#?
What does it mean to override a method?
What are the variables in c#?
Explain how do you debug an asp.net web application?
Differentiate between dataset and datareader?
What is Implementation inheritance
What is difference between abstract class and interface in c#?
Is equal in c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What is yield return in c#?
What is the difference between null and string empty in c#?