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
What is web.config in .net?
Explain me what is an anonymous method and how is it different from a lambda expression?
Where does the gac exist ?
What is the difference between function and stored procedure?
Tell us the differences between an interface and an abstract class in .net?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Describe session handling in a webform, how does it work and what are the limitations?
Write the .net syntax for 'for loop'?
Please explain what is the .net framework and how does it work?
How can I get at the win32 api from a .net program?
What is operator overloading in .net?
Explain the difference between constants and read-only variables?
Should I implement finalize on my class? Should I implement idisposable?
How do you instantiate a complex number?
What data providers available in .net to connect to database?