Multiple choice

Which class is used to examine suspended thread's stack frame by the debugger in networking in Java?

  1. RemoteStackVariable Class

  2. RemoteStackFrame Class

  3. ThreadDeathEvent()

  4. QuiteEvent()

  5. InetAddress Class

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

Using this class, the debugger can examine a suspended thread's stack frame.