In Java, the __________ collector is used for young generation garbage collection.
- CMS
- G1
- Parallel
- Serial
In Java, the Parallel collector is used for young generation garbage collection.
Loading...
Related Quiz
- How would a filter log request information without altering the request itself?
- The __________ interface is used to receive events about changes to the servlet context's attribute list.
- What is the impact of using lazy loading in servlets?
- How does the 'String Pool' in Java affect memory management?
- A web application experiences uneven load distribution despite using a load balancer. What could be the reason?