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