What is the signature of the constructor of a thread class?

Questions by shanmukha

Showing Answers 1 - 1 of 1 Answers

hemus21

  • Nov 17th, 2005
 

The complete list of constructors is■ Thread()■ Thread(Runnable target)■ Thread(Runnable target, String name)■ Thread(String name)■ Thread(ThreadGroup group, Runnable target)■ Thread(ThreadGroup group, Runnable target, String name)■ Thread(ThreadGroup group, String name)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions