IBM Exam Questions

What is the reason to identically configure minimum and maximum heap sizes?

What is the reason to identically configure minimum and maximum heap sizes?

A.
to avoid excessive garbage collection

B.
to avoid wasting the resources utilized in shrinking and growing the heap

C.
to allow the system to choose the correct starting point for heap allocation

D.
to allow the system to choose the correct allocation failure point for the heap

Explanation: