If we want to construct our own Garbage collector what are
the steps things we have to do?
Answer Posted / 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 |
Post New Answer View All Answers
What is route config?
how do you query in entity model when the result has a join from from different database other than the entity model?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What are the levels at which filters can be applied in an asp.net mvc application?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is conceptual model? : Entity framework
In razor syntax, what is the escape sequence character for @ symbol?
Can I add asp.net mvc testcases in visual studio express?
Is .net core replacing .net framework?
What is Area in ASP.Net MVC?
How to Create an Intranet Site Using ASP.NET MVC?
What is a model in programming?
What is model first? : Entity framework
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is NonActionAttribute ?