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 is the meaning of unobtrusive javascript? Explain us by any practical example.
What is .net architecture?
What is the CLR
what is .net?
Can you explain model, controller and view in mvc?
What is tempdata?
Explain the request flow in asp.net mvc framework?
What is the difference between string and String
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
What is strong name and which tool is used for this ?
4 Answers Accenture, BirlaSoft,
What are the properties of Thread class?
What are the possible razor view extensions?