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
What restrictions are placed on method overriding?
Explain about assignment statement?
Who is founder of java?
What variables are stored in stack?
What is functional interface in java?
What is string syntax?
What is the symbol for space?
Difference between this() and super() ?
whatis Home interface and Remoteinterface? with example?
What is the class in java?
Which access specifier can be used with class ?
Which methods cannot be overridden in java?
What is a memory leak in java?
How many types of interfaces are there?
What is parsing in grammar?