Answer Posted / manjunath
Garbage collector will be called at the time of huge memory
requirements by the .net framework unless it can be done by
finalize method on dispose object or iddisposable interface.
It can be forced by calling System.GC.Collect;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is IL code, CLR, CTS, GAC & GC?
Explain the process of gc?
Explain about httpruntime.cach.get(); method?
Can you explain server controls in atlas?
What is new in the .net 2.0 class library?
Explain COM with example?
how to delete the record using data reader
What are public and private assemblies ?
What is MS chart control in visual studio?
What happens to the winfx technologies?
How do you handle this COM components developed in other programming languages in .NET?
What is the use of web.config?
Can you explain scriptmanager control?
What is ILDASM ?
Explain the race around condition? How can it be overcome? : Dot net architecture