nerdexam
IBM

C2010-501 · Question #123

What indicates that there is no memory leak when analyzing garbage collection statistics over the life of a running Java Virtual Machine?

The correct answer is D. A straight sloping graph of free space after garbage collection. See the full explanation below for the reasoning.

Question

What indicates that there is no memory leak when analyzing garbage collection statistics over the life of a running Java Virtual Machine?

Options

  • AA fairly sloping graph of free space before allocation failure.
  • BA fairly horizontal graph of free space before allocation failure.
  • CA fairly horizontal graph of free space after garbage collection.
  • DA straight sloping graph of free space after garbage collection.

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    4% (1)
  • D
    84% (21)

Community Discussion

No community discussion yet for this question.

Full C2010-501 Practice