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 static constructor, when it will be fired?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is heap and what is stack?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is the difference between response.redirect & server.transfer?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
Compare client server application with n-tier application
Define satelite assembly?
What is a .DLL and .EXE files called in .NET?
Explain is the jit an interpreter?
What are the features of dot net?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is the procedure to add assemly to gac to make it shared one?
Explain the difference between the while and for loop.
Explain what is the difference between response.redirect & server.transfer?