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 Peek method in Tempdata in ASP.Net MVC?
What is entity framework firstordefault?
Why to use html.partial in mvc?
In razor syntax, what is the escape sequence character for @ symbol?
What is associationset? : Entity framework
What is poco proxy? : Entity framework
What is a model in programming?
Explain how you can send the result back in JSON format in MVC?
What is the use of view model in asp.net mvc?
Does windows 10 need .net framework?
Why should we go for entity framework?
Explain .Net Framework? Why we use it?
What is storage model? : Entity framework
Is .net framework 4.8 the last version?
How does the .net framework 3.0 relate to the .net framework 2.0?