Do you know what is garbage collector?
Answer / Maneesh Jaiswal
Garbage collector is a feature in C# that automatically frees up memory by removing unused objects from memory. The .NET Common Language Runtime uses a garbage collector to manage the memory allocation and deallocation of objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the difference between web application and enterprise application?
Which method do you use to redirect the user to another page without performing a round trip to the client?
Dot Net is Platform Independent or Platform Dependent..?
What is the use of common language runtime?
What is the use com component in .net?
What is a strategy pattern? Implement it.
How WSDL is stored ?
What is boxing?
Explain what is the difference between response.redirect & server.transfer?
What is the transport protocol you use to call a seb service soap?
Please explain what is the difference between odbc and ado?
What is the difference between a Hash Table and a Dictionary?