FileDocCategorySizeDatePackage
ThreadName.javaAPI DocExample2505Sun Feb 08 21:34:08 GMT 2004None

ThreadName

public class ThreadName extends Object
Get the name of a Thread.

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

		System.out.println(new Thread().getName());