Thread.toString

Thread.toString

Class Overview | Class Members | This Package | All Packages

Syntax
public String toString()
Returns
a string representation of this thread.
Description
Returns a string representation of this thread, including the thread's name, priority, and thread group.

Overrides
toString in class Object