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 |
What are Resource Files ? How are they used in .NET
What is the difference between STA and MTA?
about triggers?
What is latest version of .net framework?
When will the .net framework 3.0 be released?
Can I uninstall microsoft .net framework?
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
js fn to go to the particular page when enter is clicked
Explain the methods used to render the views in ASP.Net MVC?
In which testing using in .net framwork?
I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?
How can I return string result from action in asp.net mvc?