Multiple choice technology testing

Which type of view is used for viewing object allocations?

  1. Instance View

  2. Allocation View

  3. Leak Doctor View

  4. Object View

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Allocation View in JProbe displays information about where and how objects are allocated in memory during application runtime. Distractors like Instance View, Leak Doctor, and Object View serve other specific tasks like tracking memory leaks or inspecting individual object instances rather than listing allocations.