What's the difference between Java and .NET garbage collectors ?
Answer Posted / kirti
Sun left the implementation of a specific garbage collector up to the JRE developer, so their performance varies widely, depending on whose JRE you're using. Microsoft standardized on their garbage collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain what does .edmx file contains?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Explain linq to entities? : Entity framework
What is clr? How does work clr & wht is work of clr?
Can I add asp.net mvc testcases in visual studio express?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Are there any parts of the .net framework 3.0 that only work on windows vista?
How do you specify comments using razor syntax?
How does �side by side� work for the .net framework 3.0?
What is the importance of NonActionAttribute?
What is the domain object?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What is filters in web api?
What is the use .glimpse in mvc?
What are Non Action methods in ASP.Net MVC?