What's the difference between Java and .NET garbage collectors ?
Answer / 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 |
How do you convert a string into an integer in .NET
Explain JSON Binding?
What is routeconfig.cs in mvc 4?
how to face first interview in .NET?
How you deploy .NET assemblies
Can we change web.config settings from iis?
explain lazy loading, eager loading, and explicit loading?
How do I change the permission set for a code group
What are action filters?
What's the .NET class that allows the retrieval of a data element using a unique key
Why to use html.partial in mvc?
What is Partial Assembly References?