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 are Validation Annotations?
Explain the advantages of dependency injection (di) in asp.net mvc?
What are scaffold templates in mvc?
Is .net framework 4.8 the last version?
What is rxjava used for?
What is the difference between renderaction and renderpartial?
Explain the role of assembly in the .net framework.
what is entity framework advantage?
What filters are executed in the end?
Explain what is routing?
What is the difference between ViewData, ViewBag and TempData?
What is basic authentication in web api?
What is the use of the default route?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What is the need of Action Filters in ASP.Net MVC