What is meant by gc, prallel gc, full gc and explain it?



What is meant by gc, prallel gc, full gc and explain it?..

Answer / Sakshi Singh

Garbage Collection (GC) in JVM is the automatic process of freeing up memory occupied by objects that are no longer being used. Parallel GC (as mentioned earlier) uses multiple threads for garbage collection. Full GC, also known as a stop-the-world GC, pauses all application threads to perform a thorough sweep of the heap, collecting all unused objects. This can have significant performance impacts but is necessary at times.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

How is a domain template created?

1 Answers  


What happen when your database and proxy server are down and your weblogic server is up

7 Answers  


A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic

1 Answers  


tell me the permenent memory issues?

1 Answers   CTS, TCS,


Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic

1 Answers  


Is an xslt processor bundled in weblogic server?

1 Answers  


Do you know what are the steps required to modify config.xml file of web logic server?

1 Answers  


What steps it pass on when manage start

1 Answers   TCS,


What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?

1 Answers  


How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic

1 Answers  


How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic

1 Answers  


How to configure a DB connection pool ?

1 Answers  


Categories