nerdexam
IBM

C2010-501 · Question #74

When tuning the heap size of a Java Virtual Machine, what does an excessive amount of time to run garbage collection likely indicate?

The correct answer is A. The heap is too large. See the full explanation below for the reasoning.

Question

When tuning the heap size of a Java Virtual Machine, what does an excessive amount of time to run garbage collection likely indicate?

Options

  • AThe heap is too large.
  • BThe heap is too small.
  • CThe heap is adequately sized.
  • DThe sizing of the heap cannot be determined using the time for garbage collection as an indicator.

How the community answered

(30 responses)
  • A
    83% (25)
  • B
    3% (1)
  • C
    3% (1)
  • D
    10% (3)

Community Discussion

No community discussion yet for this question.

Full C2010-501 Practice