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
Which of these string definitions will prevent escaping on backslashes in c#?
What is method overriding in c#
i want o/p 011242110 in c# code.
Are c# tuples immutable?
What is the meaning of console writeline in c#?
Explain how to implement an object pool in c#.net
Who is a accessibility modifier “protected internal†available to ?
What is the base class in .net from which all the classes are derived from?
What do you mean by abstract class in c#?
What is an example of a delegate?
Is javascript harder than c#?
What is an object and a class?
Describe ado.net?
What is action in c# 3.5?
What is serialization in dot net?