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 is session id generated?
Define session in asp.net.
How about the security in Activex DLL and Activex EXE ?
What are the different web pages?
What is the difference between the asp and asp.net?
What is data cache in sql server?
What is inproc mode in session?
What is role-based security in asp.net?
What is custom attribute?
Where the assembly is stored in asp.net?
Do cookies store passwords?
Define static function?
What parameters can you pass in the url of the api?
Explain diff between dataset and datareader?
What are the difference between function and stored procedure in .net programming language?