Multiple choice

Using which of the following classes provided by the sun.tools.debug library can the debugger examine a suspended thread's stackframe?

  1. StackFrame class

  2. DatagramPacket class

  3. RemoteStackFrame class

  4. DebuggerCallback

  5. Transaction

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

Using this class provided by sun.tools.debug library, the debugger can examine a suspended thread's stackframe.