What is Garbage Collection in .Net and what is the Garbage
collection process?
Answer Posted / gh
Garbage Collector is a process of releasing the memory used
by the objects, which are no longer referenced.
Programmatically Invoking the Garbage Collector by using
GC.Collect () method which is from System.GC class.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Why do we use the “using” statement?
Describe the Managed Execution Process
Explain what relationship is between a process, application domain, and application?
Explain asp.net?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What are the properties of ADO.NET?
What is alias ? Is it used in .Net ?
How viewstate is being formed and how it's stored on client in .net?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Which namespace is used to support multithearding in .NET?
How you apply a theme in whole application in .Net?
Define code access security (cas)?
What are the features of dot net?
What are the advantages of .net?
How to create properties and methods using controls?