Answer Posted / a.sreekanth
The join() method of a Thread instance can be used to "join" the start of a thread's execution to the end of another thread's execution so that a thread will not start running until another thread has ended. If join() is called on a Thread instance, the currently running thread will block until the Thread instance has finished executing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any case when finally will not be executed?
Why is java multithreaded?
Is Constructor possible in abstract class in java ?
Can a vector contain heterogenous objects?
Why we override equals() method?
What is a nested class?
What is singleton pattern?
What is the purpose of finalization in java programming?
Why convert an applet to an application?
What are the differences between throw and throws?
What are bind parameters?
What is the size of arraylist in java?
Where is stringbuffer stored?
Name few java util classes introduced with java 8 ?
Is java based on c?