Multiple choice technology testing

What are the two session types supported by JProbe?

  1. Managed Session and Unmanaged Session

  2. Local Session and Current Session

  3. Current Session and Remote Session

  4. Local Session and Remote Session

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

JProbe supports two session types: Local Session (profiling an application running on the same machine as JProbe) and Remote Session (profiling an application running on a different machine). This allows flexible profiling setups for both local development and production-like environments. The other options (Managed/Unmanaged, Local/Current, Current/Remote) are not JProbe concepts.