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 |
How is a domain template created?
What happen when your database and proxy server are down and your weblogic server is up
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
tell me the permenent memory issues?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
Is an xslt processor bundled in weblogic server?
Do you know what are the steps required to modify config.xml file of web logic server?
What steps it pass on when manage start
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
How to configure a DB connection pool ?