If we want to construct our own Garbage collector what are
the steps things we have to do?
Answers were Sorted based on User's Feedback
//Use this
System.GC.Collect();
System.GC.WaitForPendingFinalizers();
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / suresh mediboyina
If we want to call the Garbage collector,use this command
system.gc.collect()
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venu
Hi,
If you want to implement your own GC, you need to define
you own memory cleaning by implementing destructors.
Also you have configure your GC in a separate long running
thread which should be of Daemon Thread. (Background
thread).
Venu.
| Is This Answer Correct ? | 2 Yes | 3 No |
Does razor engine supports for tdd?
What is "out" parameter how it is used in methods?
js fn to go to the particular page when enter is clicked
What is controllercontext?
Do you know about the new features in ASP.Net MVC 4 ?
creating crystal reports in asp.net & vb.net
What's an interface
What’s the advantage of using System.Text.StringBuilder over System.String?
Explain encapsulation
1 Answers HPCL, Hughes Systique Corporation,
What was the problem in traditional component why side by side execution is supported in .net ?
What is Layout in ASP.Net MVC?
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,