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 how to use multiple submit buttons in ASP.Net MVC?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is ado.net data provider? : Entity framework
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What symbol would you use to denote, the start of a code block in razor views?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
what is scalar property?
What is a view engine?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
what is entity framework advantage?
What is edm (entity data model)? : Entity framework
Explain what languages does the .net framework support?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Explain dependency resolution?