Breifly explain about stack and heap memory Managemet?
Answers were Sorted based on User's Feedback
Answer / nutan
Stack memory managmenet is used by value type variable.
Heap memory managmenet is used by Reference type variable.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / ii
Stack is used for static memory allocation and Heap for dynamic memory allocation, both stored in the computer's RAM . Variables allocated on the stack are stored directly to the memory and access to this memory is very fast, and it's allocation is dealt with when the program is compiled.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to write unmanaged code and how to identify whether the code is managed / unmanaged ?
2 Answers Accenture, BirlaSoft, Cogtest,
What is interval time of GC in .net
can we call web service from the browser?
What is the caspol.exe tool used for?
What is the difference between session and viewstate?
How do you create a master page?
Explain the use of dataadapter.
What is view state and how it works in asp net?
How many no of classes in .net
When you use Ajax controls in the ASP.NET application?
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
Is data can be edited in the Repeater control?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)