What is thread join () in threading?



What is thread join () in threading?..

Answer / Shoorbir Singh

In Java, 'Thread.join()' is a method that causes the current thread to wait until the specified thread terminates. The calling thread will be blocked (paused) until the other thread has finished its execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What can sql server reporting services do?

1 Answers  


What is pl sql collection?

1 Answers  


Explain what is sql*plus?

1 Answers  


How does rowid help in running a query faster?

1 Answers  


how to get help information from the server? : Sql dba

1 Answers  


what are the join types in tsql? : Transact sql

1 Answers  


Write a sql query to get the third highest salary of an employee from employee_table?

1 Answers  


What is sql stand for?

1 Answers  


What are instead of triggers?

1 Answers  


What are sql indexes?

1 Answers  


What is a pragma statement?

1 Answers  


What is sql constant?

1 Answers  


Categories