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 |
What threading model used in asp and asp.net?
Explain the difference between debug.write and trace.write?
Where would you use an ihttpmodule, and what are the limitations if any?
What is the differances between a abstract calss and interface
What are validator? Name the Validation controls in asp.net? How do u disable them?
How response object is related to asp's response object?
WHAT IS BOXING? HOW WE CAN USE IT?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What is .NetFramework?
What is asp net objects?
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?
Name two properties common in every validation control?