Multiple choice technology testing

Why are Triggers used?

  1. JProbe tracks calls to the methods in your application

  2. Encapsulates data when your application calls the specified native methods

  3. Triggers provide a way to tie JProbe actions to your program’s execution

  4. None

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

Triggers in JProbe allow developers to control profiling actions dynamically by tying them to specific events in the program's execution, such as entering or exiting a method. The distractors describe general profiling behavior or native method encapsulation rather than the specific automation purpose of triggers.