Java Thread setName() method

The setName() method of thread class is used to change the name of the thread.

Syntax

Parameter

Return

Exception

SecurityException: This exception throws if the current thread cannot modify the thread.

Example

Test it Now

Output:

After changing name of t1: Sonoo Jaiswal
running...
running...
After changing name of t2: javatpoint





Latest Courses