Answers

Question and Answer:

  Home  Java Multi-Threading

⟩ Write the signature of the constructor of a thread class?

Thread(Runnable threadobject,String threadName)

{

}

 171 views

More Questions for you: