Possible Duplicate:
garbage collection Operation
I have several questions related.
1.When JAVA garbage collector is running, does it take a lot of CPU resources?
2.What triggers a garbage collection, if i never manually do GC.collect()
3.If I monitor memory usage will I see a sudden drop of physical memory usage?
4.Is it true that collector will block other threads. e.g. GUI
5.How to avoid that.
6.This is a problem in C# too?
Thanks for answering.