howmany types in garbage collection
Answers were Sorted based on User's Feedback
Answer / rk
There are 3 types of garbage collectors
1)Parllel garbage collector
2)Serial garbage collector
3)Concurren garbage collector
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / vk
There are three types of garbage collections in Java.
1.Throughput collector
2.Concurrent Low pause collector
3.Incremental low pause collector
| Is This Answer Correct ? | 9 Yes | 6 No |
Answer / prashanthi
Minor-Gc_young Generation
Major Gc or Full Gc(young+old+permgen)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ashu
1.Throughput collector
2.Concurrent Low pause collector
3.Incremental low pause collector
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / anand
there is "default" collector in addition to above three
collectors
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pavan
There ara three types of GC
1) Younger generation
2) Tenured generation
3) Perm generation.
| Is This Answer Correct ? | 7 Yes | 8 No |
Answer / manikandan [ gtec,vellore ]
i exactly dont know the answer but garbage collection is a
cleanup process.it automatically runs in a background.(and i
think there is no types am not sure}
| Is This Answer Correct ? | 6 Yes | 24 No |
When should I use the external_stage option?
How many messages are sent across the network for processing topic messages? : BEA Weblogic
What are servers?
What all jvm analysis/profiling tools you are familiar with please write the names?
Difference between production and development mode?
What is a Thread dump? How will you take in unix/linux and windows ?
How do I configure jms security? : BEA Weblogic
what is directory structure of any ear/war file in weblogic
Explain about cluster heart beats?
What are the uses of a middleware server?
How do stubs function inside weblogic server cluster at the time of failure?
Explain the functioning of Stub?