Java Multi-Threading Question:
Write the signature of the constructor of a thread class?
Answer:
Thread(Runnable threadobject,String threadName)
{
}
{
}
Previous Question | Next Question |
Name the methods available in the Thread class? | Name the methods used for Inter Thread communication? |