How does Garbage collector(GC) works in .net
Answer Posted / bala
Garbage collection is a system whereby a run-time component
takes responsibility for managing the lifetime of objects
and the heap memory that they occupy. This concept is not
new to .NET - Java and many other languages/runtimes have
used garbage collection for some time.
A little. For example, the System.GC class exposes a
Collect method - this forces the garbage collector to
collect all unreferenced objects immediately.
| Is This Answer Correct ? | 12 Yes | 12 No |
Post New Answer View All Answers
How many types of cookies are there in asp.net?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Explain the boxing and unboxing concept in .net?
What is server side session?
What does a switch do?
How do you open a page in a new window?
Can you explain autopostback?
What is the difference between c# and .net?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is a response cookie?
Explain the asp.net mvc request life cycle? : asp.net mvc
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Explain the difference between sql invalidation and sql notification.