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 |
What causes java.io exceptions in the log file of weblogic server?
What can be the reasons of server hang?
How to access the admin console?
Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic
What is thread stack size?
How can the OUT OF MEMORY be solved?
When should I use server session pools and connection consumers? : BEA Weblogic
What is the use of persistent store in weblogic?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
what is mission in weblogic
Explain about the function associated with t3 in weblogic server ?
How to write a program to call the store procedure of oracle that takes no parameter?