can we call the garbage collector to run explicicitly?
Answer Posted / xyz
we can call the garbage collection explicitly but performing a garbage collection is totally dependent on the JVM. So calling System.gc() does not necessarily performing the garbage collection.
--
XYZ
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain test driven development (tdd) ?
What is work of clr?
Explain what is routing?
What is MVVM design pattern?
what is use of entity container?
What is associationset? : Entity framework
Explain how you can implement Ajax in MVC?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What is routeconfig.cs in mvc 4?
Is .net framework dead?
what is eager loading?
Explain Keep method in Tempdata in ASP.Net MVC?
Mention some action filters which are used regularly in ASP.Net MVC?
What are child actions in ASP.Net MVC?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?