when garbage collector come into picture. ?
Answers were Sorted based on User's Feedback
Answer / manjunath
Garbage collector will be called at the time of huge memory
requirements by the .net framework unless it can be done by
finalize method on dispose object or iddisposable interface.
It can be forced by calling System.GC.Collect;
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manikanta.srinu
1).The system has low physical memory.
2.The GC.Collect method is called. In almost all cases, you
do not have to call this method, because the garbage
collector runs continuously.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is the using() pattern useful? What is idisposable?
What is CLR,MSIL and Jit Compiler and their roll in .net
1. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.
1 Answers 247Customer, FinEngine, TCS,
Explain about appdomains?
Whats new features in Visual Studio 2012?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
Define cache? : Dot net architecture
Explain the purpose of cache? How is it used? : .NET Architecture
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
how to add list of items in a web application and win application?
What is Object Caching in Visual Studio 2010?
what are constructors and destructors