Java Multi-Threading Question:

Write the signature of the constructor of a thread class?

Java Multi-Threading Interview Question
Java Multi-Threading Interview Question

Answer:

Thread(Runnable threadobject,String threadName)
{

}


Previous QuestionNext Question
Name the methods available in the Thread class?Name the methods used for Inter Thread communication?