Constructs a new Thread. Implementations may also initialize priority, name, daemon status, ThreadGroup, etc.
Thread
ThreadGroup
Parameters:
r
Returns: constructed thread, or null if the request to create a thread is rejected
null
Diagram: Thread