Tell me about the internal working of Garbage collector?
Answer Posted / mahesh kotekar
GC = Garbage Collector. Its non-deterministic process. When
there are no references to an object and when the system
memory is too low. Then GC runs to deallocate those memory
for non refernced objects. It also moves objects from one
memory allocation to another.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Explain dependency resolution?
What is Differnce between html.action and ajax.action?
Explain two instances where routing is not implemented or required?
What are the possible razor view extensions?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
Which is the root namespace for fundamental types in .net framework?
what is lazy loading in entity framework?
Is .net core faster than .net framework?
Can any particular component of .net framework 3.0 be removed?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is edm (entity data model)? : Entity framework
What is the use of razor view engine?
Mention two instances where routing is not implemented or required?
What is the difference between entity framework and mvc?