What is meant by prallel gc and explain it?



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

Answer / Atul Kumar Gautam

Parallel Garbage Collection (ParNew or Parallel Old GC) in WebLogic Server is a concurrent garbage collection algorithm that runs multiple threads to free up memory. It's called 'parallel' because it uses multiple worker threads for garbage collection. The Parallel GC improves the performance of applications with large heap sizes by reducing the time spent on garbage collection.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

What is Graphic mode?

1 Answers  


How to update license?

1 Answers  


Can I start a managed server if the administration server is unavailable?

1 Answers  


What is the easiest way to set the classpath ?

1 Answers  


how can you change the jvm arguments in weblogic server

2 Answers  


What are the classes placed in the weblogic classpath?

1 Answers  


If you get Null point exception at the time of ear deployment from console what will be you next steps to resolve the problem.

1 Answers  


suppose you deployed a new application and the application is not reflecting to clent. what will be your steps of action

1 Answers  


What is config.xml.booted file.

2 Answers   IBM,


What are the advantages and disadvantages of node manager?

1 Answers  


What is the java authentication and authorization service (jaas) 1.0?

1 Answers  


Managed servers are running. What happens if admin server down?

1 Answers  


Categories