when garbage collector come into picture. ?

Answers were Sorted based on User's Feedback



when garbage collector come into picture. ? ..

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

when garbage collector come into picture. ? ..

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

Post New Answer

More Dot Net AllOther Interview Questions

How can i create only one instance of class and thus doesn't allow creating any more instances?

1 Answers  


What is .net mobile images control. Explain with an example? : Microsoft dot net mobile

0 Answers  


wild card character in sql ?

2 Answers  


State the different levels of exceptional safety?

0 Answers  


Can you explain control extenders?

0 Answers  






What are .net mobile controls features? : Microsoft dot net mobile

0 Answers  


Different types of authentication modes in .net framework ?

0 Answers  


Explain difference between inprocess vs out process session state? : .NET Architecture

0 Answers  


How can u manage state ?

2 Answers   Ness Technologies,


what is ado.net

8 Answers   BirlaSoft, HCL,


If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

3 Answers   Hologic, Siebel,


i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?

0 Answers  


Categories