Multiple choice technology testing

What type of analysis JProbe do?

  1. A. Memory Analysis, Performance Analysis, Code Coverage Analysis

  2. B. Memory Analysis, Stress Test Analysis, Code Analysis

  3. C. Performance Analysis, Static Analysis, Performance Analysis

  4. D. None

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

JProbe is a suite consisting of tools for memory debugging, performance profiling, and code coverage analysis. The distractors are incorrect because JProbe does not perform static analysis or stress testing, which are typically handled by other tools or IDE features.