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
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is the advantage of using asp.net routing?
What you mean by routing in mvc?
What is Dependency Injection in ASP.Net MVC
How does .net framework works?
how do you query in entity model when the result has a join from from different database other than the entity model?
how do you truncate a table using entity data model?
Which is the default http method for an action method?
What are the new enhancements done in default project template of asp.net mvc 4?
Is http stateful or stateless?
What is domain class model?
What is the difference between entity framework and mvc?
explain what does .edmx file contains?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is the difference between model and entity?